apply_filters( 'posts_request_ids', string $request, WP_Query $query ) Filters the Post IDs SQL request before sending. ContentsParameters Source Related Used By Changelog User Contributed Notes Parameters $request (string) The post ID request. $query (WP_Query) The WP_Query instance. Top ↑Source File: wp-includes/class-wp-query.php View on Trac Top ↑Related Top ↑Used By Used By Used By Description wp-includes/class-wp-query.php: WP_Query::get_posts() Retrieves an array of posts based on query variables. Top ↑Changelog Changelog Version Description 3.4.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-includes/class-wp-query.php: WP_Query::get_posts() Retrieves an array of posts based on query variables.