724*725* @since 6.3.0726*727* @param int[]$updated An array of updated post IDs.728* @param array$shared_post_data Associative array containing the post data.729*/730do_action('bulk_edit_posts',$updated,$shared_post_data);731732returnarray(733'updated'=>$updated,734'skipped'=>$skipped,735'locked'=>$locked,736);
History
Introduced in 6.3.0. Unchanged from 6.7.7 through 7.1.0.