wp_super_cache_init_action()
No Hooks.
Return
null
. Nothing (null).
Usage
wp_super_cache_init_action();
wp_super_cache_init_action() wp super cache init action code WPSCache 1.12.4
function wp_super_cache_init_action() { load_plugin_textdomain( 'wp-super-cache', false, basename( __DIR__ ) . '/languages' ); wpsc_register_post_hooks(); }