Quick/Bulk Edit: Remove the bulk_edit_posts action for now.

This reverts [55108] pending confirmation that this hook is still needed, that the right variable is passed, and that the docs are correct.

The necessity and implementation of this hook will be reconsidered in a future release.

See #28112.

git-svn-id: https://develop.svn.wordpress.org/trunk@55265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-02-07 15:23:26 +00:00
parent 73d8988e4d
commit 4b0a405001
-9
View File
@@ -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,