Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26301 closed defect (bug) (duplicate)

wp_schedule_single_event doesnt work in 3.8 beta1

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

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
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #26218.

Note: See TracTickets for help on using tickets.