1221*1222* @since 5.1.01223*1224* @param null|array[]$preArray of ready cron tasks to return instead.Defaultnull1225* to continue using results from _get_cron_array().1226*/1227$pre=apply_filters('pre_get_ready_cron_jobs',null);12281229if(null!==$pre){1230return$pre;1231}12321233$crons=_get_cron_array();
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.