Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26301 closed defect (bug) (duplicate)

wp_schedule_single_event doesnt work in 3.8 beta1

Reported by: richardl@… Owned by:
Priority: normal Milestone:
Component: Cron API Version:
Severity: normal Keywords:
Cc: Focuses:

Description

Code which works in 3.5 and 3.7

wp_schedule_single_event(time() + $offset, 'myplugin_check_status_event');

...

add_action('myplugin_check_status_event', 'myplugin_check_status');
function myplugin_check_status() {

...

Does not work in 3.8 beta1, the action never fires.

Change History (1)

#1 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Duplicate of #26218.

Note: See TracTickets for help on using tickets.