Filters the completed SQL query before sending.
Parameters
Source
$this->request = apply_filters_ref_array( 'posts_request', array( $this->request, &$this ) );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Filters the completed SQL query before sending.
$this->request = apply_filters_ref_array( 'posts_request', array( $this->request, &$this ) );
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.