Filters the Post IDs SQL request before sending.
Parameters
Source
$this->request = apply_filters( 'posts_request_ids', $this->request, $this );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
Filters the Post IDs SQL request before sending.
$this->request = apply_filters( 'posts_request_ids', $this->request, $this );
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.