W3cubDocs

/WordPress

do_action( ‘bulk_edit_posts’, int[] $updated, array $shared_post_data )

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.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bulk_edit_posts