Action hook 'bulk_edit_posts'

in WP Core File wp-admin/includes/post.php at line 724

Description

Fires after processing the post data for bulk edit.

Occurrences

Filename Line Number
wp-admin/includes/post.php 724

Parameters

Type Name Description
int[] $updated An array of updated post IDs.
array $shared_post_data Associative array containing the post data.

PHP Doc

/**
	 * Fires after processing the post data for bulk edit.
	 *
	 * @since 6.3.0
	 *
	 * @param int[] $updated          An array of updated post IDs.
	 * @param array $shared_post_data Associative array containing the post data.
	 */