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