diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index 2cd5cadc0c..b72134d421 100644 --- a/src/wp-admin/includes/post.php +++ b/src/wp-admin/includes/post.php @@ -663,15 +663,6 @@ function bulk_edit_posts( $post_data = null ) { } } - /** - * Fires after processing the post data for bulk edit. - * - * @since 6.2.0 - * - * @param array $post_data Associative array containing the post data. - */ - do_action( 'bulk_edit_posts', $post_data ); - return array( 'updated' => $updated, 'skipped' => $skipped,