wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_ready_cron_jobs › WordPress Function

Since5.1.0
Deprecatedn/a
wp_get_ready_cron_jobs ( No parameters )
Returns:
  • (array[]) Array of cron job arrays ready to be run.
Defined at:
Codex:

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.


Source

Soon...