do_action( 'bulk_edit_posts', int[] $updated , array $shared_post_data )
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
File: wp-admin/includes/post.php
.
View all references
do_action( 'bulk_edit_posts', $updated, $shared_post_data );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note