wpsc_minimum_preload_interval
wpsc_minimum_preload_interval
Appears in: wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.2.0.0, wp-super-cache.2.0.1
Hook Type: filter
Displaying hooks found in version: wp-super-cache.2.0.1apply_filters('wpsc_minimum_preload_interval') is found 1 times:
- /wp-cache.php line 398739833984398539863987398839893990399139923993
*
* @
return
int
*/
function
wpsc_get_minimum_preload_interval() {
return
apply_filters(
'wpsc_minimum_preload_interval'
, 10 );
}
function
wpsc_preload_settings() {
global
$wp_cache_preload_interval
,
$wp_cache_preload_on
,
$wp_cache_preload_taxonomies
,
$wp_cache_preload_email_me
,
$wp_cache_preload_email_volume
,
$wp_cache_preload_posts
,
$wpdb
;
if
( isset(
$_POST
[
'action'
] ) == false ||
$_POST
[
'action'
] !=
'preload'
)