WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_get_ready_cron_jobs

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/cron.php apply_filters 1120 /**
* Filter to preflight or hijack retrieving ready cron jobs.
*
* Returning an array will short-circuit the normal retrieval of ready
* cron jobs, causing the function to return the filtered value instead.
*
* @since 5.1.0
*
* @param null|array[] $pre Array of ready cron tasks to return instead. Default null
* to continue using results from _get_cron_array().
*/

Hook Parameters

Parameter Type Name Description
null|array[] $pre Array of ready cron tasks to return instead. Default null