Fires after processing the post data for bulk edit.
Parameters
$updatedint[]- An array of updated post IDs.
$shared_post_dataarray- Associative array containing the post data.
Source
do_action( 'bulk_edit_posts', $updated, $shared_post_data );
Changelog
| Version | Description |
|---|---|
| 6.3.0 | Introduced. |
User Contributed Notes