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