Changes between Initial Version and Version 1 of Ticket #42660, comment 2
- Timestamp:
- 11/22/2017 08:08:54 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42660, comment 2
initial v1 2 2 <?php 3 3 $next_run = strtotime('2017-11-22 10:00'); 4 wp_clear_scheduled_hook(' cron_action');4 wp_clear_scheduled_hook('single_action'); 5 5 wp_schedule_single_event($next_run, 'single_action'); 6 6 }}}