bulk_edit_posts
bulk_edit_posts ( $post_data = null )
Parameters:- (array) post_data Optional, the array of post data to process if not provided will use $_POST superglobal.
Returns:Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Process 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.