mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user