720*721* @since 6.3.0722*723* @param int[]$updated An array of updated post IDs.724* @param array$shared_post_data Associative array containing the post data.725*/726do_action('bulk_edit_posts',$updated,$shared_post_data);727728returnarray(729'updated'=>$updated,730'skipped'=>$skipped,731'locked'=>$locked,732);
History
Introduced in 6.3.0. Unchanged from 6.7.7 through 7.1.0.