Fires after processing the post data for bulk edit.
Parameters
$updated
int[]- An array of updated post IDs.
$shared_post_data
array- 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