posts_request_ids, $this->request, $this
posts_request_ids, $this->request, $this
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('posts_request_ids, $this->request, $this') is found 1 times:
- /wp-includes/class-wp-query.php line 3426
* * @param string $request The post ID request. * @param WP_Query $query The WP_Query instance. */ $this->request = apply_filters( 'posts_request_ids', $this->request, $this ); $post_ids = $wpdb->get_col( $this->request ); if ( $post_ids ) { $this->posts = $post_ids; $this->set_found_posts( $query_vars, $limits );