Core Function
View Source on Trac ↗ bulk_edit_posts()
bulk_edit_posts( mixed $post_data = null ) Processes the post data for the bulk editing of posts.
Parameters 1 required
| Name / Type | Description |
|---|---|
| mixed | (array | null) $post_data Optional. The array of post data to process. Defaults to the `$_POST` superglobal. Required |
Return Value
(array)
array {
An array of updated, skipped, and locked post IDs.
Function Information
Since Version
2.7.0
Source File
wp-admin/includes/post.php
Advertisement