Filters the number of found posts for the query.
Parameters
Source
$this->found_posts = (int) apply_filters_ref_array( 'found_posts', array( $this->found_posts, &$this ) );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Filters the number of found posts for the query.
$this->found_posts = (int) apply_filters_ref_array( 'found_posts', array( $this->found_posts, &$this ) );
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.