bulk_edit_posts()
Function: Processes the post data for the bulk editing of posts.
Source: wp-admin/includes/post.php:484
Function: Processes the post data for the bulk editing of posts.
Source: wp-admin/includes/post.php:484
Function: Returns default post information to use when populating the “Write Post” form.
Source: wp-admin/includes/post.php:696
Filter Hook: Filters the default post content initially used in the “Write Post” form.
Source: wp-admin/includes/post.php:762
Filter Hook: Filters the default post title initially used in the “Write Post” form.
Source: wp-admin/includes/post.php:772
Filter Hook: Filters the default post excerpt initially used in the “Write Post” form.
Source: wp-admin/includes/post.php:782
Function: Determines if a post exists based on title, content, date and type.
Source: wp-admin/includes/post.php:803
Function: Creates a new post from the “Write Post” form using `$_POST` information.
Source: wp-admin/includes/post.php:856
Function: Calls wp_write_post() and handles the errors.
Source: wp-admin/includes/post.php:932
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