wp_cache_late_loader()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wp_cache_late_loader();
Код wp_cache_late_loader() wp cache late loader WPSCache 3.0.3
function wp_cache_late_loader() {
wp_cache_debug( 'Supercache Late Loader running on init', 3 );
wp_cache_serve_cache_file();
wp_cache_phase2();
}