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: | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #26218.