You are here

function push_notifications_cron in Push Notifications 7

Implements of hook_cron().

File

./push_notifications.module, line 142
Push Notifications functionality.

Code

function push_notifications_cron() {
  if (PUSH_NOTIFICATIONS_APNS_QUERY_FEEDBACK_SERVICE) {
    push_notifications_apns_feedback_service();
  }
}