wp_super_cache_init_action()
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wp_super_cache_init_action();
Код wp_super_cache_init_action() wp super cache init action WPSCache 2.0.1
function wp_super_cache_init_action() { load_plugin_textdomain( 'wp-super-cache', false, basename( __DIR__ ) . '/languages' ); wpsc_register_post_hooks(); }