Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42660, comment 2


Ignore:
Timestamp:
11/22/2017 08:08:54 AM (8 years ago)
Author:
skarabeq
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42660, comment 2

    initial v1  
    22<?php
    33$next_run = strtotime('2017-11-22 10:00');
    4 wp_clear_scheduled_hook('cron_action');
     4wp_clear_scheduled_hook('single_action');
    55wp_schedule_single_event($next_run, 'single_action');
    66}}}