Exemplo n.º 1
0
 /**
  * WP-Cron hook to send a particuar e-mail to a comment.
  */
 public function tick($schedule_id, $time)
 {
     $schedule = new Bbpp_ThankMeLater_Schedule($schedule_id);
     if (!$schedule->getSent()) {
         $schedule->process();
     }
 }