wpsc_preload_post_types

wpsc_preload_post_types

Hook Type: filter

See hook in core

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

apply_filters('wpsc_preload_post_types') is found 1 times:

  • /wp-cache.php line 3962
    3958
    3959
    3960
    3961
    3962
    3963
    3964
    3965
    3966
    3967
    3968
            'public'             => true,
            'publicly_queryable' => true
        ) );
     
        $post_types = (array) apply_filters( 'wpsc_preload_post_types', get_post_types( $preload_type_args, 'names', 'or' ));
     
        return "'" . implode( "', '", array_map( 'esc_sql', $post_types ) ) . "'";
    }
    function wpsc_post_count() {
        global $wpdb;
        static $count;