wp_edit_posts_query()
Function: Runs the query to fetch the posts for listing on the edit posts page.
Source: wp-admin/includes/post.php:1171
Function: Runs the query to fetch the posts for listing on the edit posts page.
Source: wp-admin/includes/post.php:1171
Filter Hook: Filters the number of items per page to show for a specific ‘per_page’ type.
Source: wp-admin/includes/post.php:1232
Filter Hook: Filters the number of posts displayed per page when specifically listing “posts”.
Source: wp-admin/includes/post.php:1242
Function: Returns the query variables for the current attachments request.
Source: wp-admin/includes/post.php:1273
Filter Hook: Filters the number of items to list per page when listing media items.
Source: wp-admin/includes/post.php:1301
Function: Executes a query for attachments. An array of WP_Query arguments can be passed in, which will override the arguments set by this function.
Source: wp-admin/includes/post.php:1341
Function: Returns a list of previously defined keys.
Source: wp-admin/includes/post.php:1009
Function: Adds post meta data defined in the `$_POST` superglobal for a post with given ID.
Source: wp-admin/includes/post.php:953
Function: Deletes post meta data by meta ID.
Source: wp-admin/includes/post.php:996
Function: Renames `$_POST` data from form names to DB post columns.
Source: wp-admin/includes/post.php:21