1168*1169* @since 5.1.01170*1171* @param null|array[]$preArray of ready cron tasks to return instead.Defaultnull1172* to continue using results from _get_cron_array().1173*/1174$pre=apply_filters('pre_get_ready_cron_jobs',null);11751176if(null!==$pre){1177return$pre;1178}11791180$crons=_get_cron_array();
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.