wpsc_preload_post_types

wpsc_preload_post_types

Hook Type: filter

See hook in core

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

apply_filters('wpsc_preload_post_types') is found 1 times:

  • /wp-cache.php line 3547
    		'public'             => true,
    		'publicly_queryable' => true
    	) );
    
    	$post_types = (array) apply_filters( 'wpsc_preload_post_types', get_post_types( $preload_type_args, 'names', 'or' ));
    
    	return "'" . join( "', '", array_map( 'esc_sql', $post_types ) ) . "'";
    }
    function wpsc_post_count() {
    	global $wpdb;
    	static $count;