wp_cache_gc_watcher()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wp_cache_gc_watcher();
Код wp_cache_gc_watcher() wp cache gc watcher WPSCache 3.1.1
function wp_cache_gc_watcher() {
if ( false == wp_next_scheduled( 'wp_cache_gc' ) ) {
wp_cache_debug( 'GC Watcher: scheduled new gc cron.', 5 );
schedule_wp_gc();
}
}