wpsc_minimum_preload_interval

wpsc_minimum_preload_interval

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-super-cache.2.0.1

apply_filters('wpsc_minimum_preload_interval') is found 1 times:

  • /wp-cache.php line 3987
    3983
    3984
    3985
    3986
    3987
    3988
    3989
    3990
    3991
    3992
    3993
    *
     * @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' )