Used By
Used By | Description |
---|---|
wp-includes/cron.php: wp_get_ready_cron_jobs() | Retrieve cron jobs ready to be run. |
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.
(null|array) Array of ready cron tasks to return instead. Default null to continue using results from _get_cron_array().
File: wp-includes/cron.php
Version | Description |
---|---|
5.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_ready_cron_jobs