apply_filters_ref_array( 'found_posts_query', string $found_posts_query , WP_Query $query )
Filters the query to run for retrieving the found posts.
Parameters
Source
File: wp-includes/class-wp-query.php
.
View all references
$found_posts_query = apply_filters_ref_array( 'found_posts_query', array( 'SELECT FOUND_ROWS()', &$this ) );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |