wpsc_enable_preload()
No Hooks.
Returns
null. Nothing (null).
Usage
wpsc_enable_preload();
wpsc_enable_preload() wpsc enable preload code WPSCache 3.1.0
function wpsc_enable_preload() {
wpsc_reset_preload_settings();
wp_schedule_single_event( time() + 10, 'wp_cache_full_preload_hook' );
}