function send_notifications_through_cron() { _log("Sending notifications..."); $count = Notifier::sendQueuedEmails(); _log("{$count} notifications sent."); }