Array containing each separate argument to pass to the hook's callback function. Although not passed to a callback, these arguments are used to uniquely identify the event, so they should be the same as those used when originally scheduling the event. Default empty array.Default: array()
Return
int|false
The Unix timestamp of the next time the event will occur. False if the event doesn't exist.
_publish_post_hook()Hook to schedule pings and enclosures when a post is published.
_wp_check_for_scheduled_split_terms()In order to avoid the _wp_batch_split_terms() job being accidentally removed, checks that it's still scheduled while we haven't finished splitting terms.
_wp_check_for_scheduled_update_comment_type()In order to avoid the _wp_batch_update_comment_type() job being accidentally removed, check that it's still scheduled while we haven't finished updating comment types.
get_default_post_to_edit()Returns default post information to use when populating the "Write Post" form.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-includes/cron.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.