[wp-trac] [WordPress Trac] #40161: Wrong documented or coded 'schedule_event' filter
WordPress Trac
noreply at wordpress.org
Wed Mar 15 12:44:36 UTC 2017
#40161: Wrong documented or coded 'schedule_event' filter
--------------------------+------------------------------
Reporter: esemlabel | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Cron API | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by esemlabel):
To not break existing plugins, we can change condition, which allows to
"false" only the hook name value
{{{#!php
<?php
if ( ! $event->hook )
return false;
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40161#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list