718*719* @since 6.3.0720*721* @param int[]$updated An array of updated post IDs.722* @param array$shared_post_data Associative array containing the post data.723*/724do_action('bulk_edit_posts',$updated,$shared_post_data);725726returnarray(727'updated'=>$updated,728'skipped'=>$skipped,729'locked'=>$locked,730);
History
Introduced in 6.3.0. Unchanged from 6.7.7 through 7.1.0.