bulk_edit_posts
bulk_edit_posts ( $post_data = null )
Parameters:- (array|null) post_data Optional. The array of post data to process. Defaults to the `$_POST` superglobal.
Returns:Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Processes the post data for the bulk editing of posts.Updates all bulk edited posts/pages, adding (but not removing) tags and
categories. Skips pages when they would be their own parent or child.