1219*1220* @since 5.1.01221*1222* @param null|array[]$preArray of ready cron tasks to return instead.Defaultnull1223* to continue using results from _get_cron_array().1224*/1225$pre=apply_filters('pre_get_ready_cron_jobs',null);12261227if(null!==$pre){1228return$pre;1229}12301231$crons=_get_cron_array();
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.