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: |
|
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)
Note: See
TracTickets for help on using
tickets.
Duplicate of #26218.