File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -474,6 +474,13 @@ public function setup() {
474474 }
475475 }
476476
477+ /**
478+ * Add our every minute schedule.
479+ *
480+ * @param array $schedules Array of schedules.
481+ *
482+ * @return array
483+ */
477484 public function get_status_schedule ( $ schedules ) {
478485 $ schedules ['every_minute ' ] = array (
479486 'interval ' => MINUTE_IN_SECONDS ,
@@ -483,6 +490,9 @@ public function get_status_schedule( $schedules ) {
483490 return $ schedules ;
484491 }
485492
493+ /**
494+ * Setup Status cron.
495+ */
486496 protected function setup_status_cron () {
487497 if ( false === wp_get_schedule ( 'cloudinary_status ' ) ) {
488498 $ now = current_time ( 'timestamp ' );
You can’t perform that action at this time.
0 commit comments