wp_edit_posts_query
wp_edit_posts_query ( $q = false )
Parameters:- (array|false) q Optional. Array of query variables to use to build the query. Defaults to the `$_GET` superglobal.
Returns:Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Runs the query to fetch the posts for listing on the edit posts page.