1191*1192* @since 5.1.01193*1194* @param null|array[]$preArray of ready cron tasks to return instead.Defaultnull1195* to continue using results from _get_cron_array().1196*/1197$pre=apply_filters('pre_get_ready_cron_jobs',null);11981199if(null!==$pre){1200return$pre;1201}12021203$crons=_get_cron_array();
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.