1188*1189* @since 5.1.01190*1191* @param null|array[]$preArray of ready cron tasks to return instead.Defaultnull1192* to continue using results from _get_cron_array().1193*/1194$pre=apply_filters('pre_get_ready_cron_jobs',null);11951196if(null!==$pre){1197return$pre;1198}11991200$crons=_get_cron_array();
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.