wp_get_ready_cron_jobs
wp_get_ready_cron_jobs ( No parameters )
Returns:- (array[]) Array of cron job arrays ready to be run.
Defined at: - Introduced in WordPress: 5.1.0
- Deprecated in WordPress: —
Description
Retrieves cron jobs ready to be run.Returns the results of _get_cron_array() limited to events ready to be run,
ie, with a timestamp in the past.