bulk_edit_posts

bulk_edit_posts

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.3

do_action('bulk_edit_posts') is found 1 times:

  • /wp-admin/includes/post.php line 724
    	 *
    	 * @param int[] $updated          An array of updated post IDs.
    	 * @param array $shared_post_data Associative array containing the post data.
    	 */
    	do_action( 'bulk_edit_posts', $updated, $shared_post_data );
    
    	return array(
    		'updated' => $updated,
    		'skipped' => $skipped,
    		'locked'  => $locked,
    	);