Make WordPress Core

Changeset 55265


Ignore:
Timestamp:
02/07/2023 03:23:26 PM (22 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r55108 r55265  
    663663        }
    664664    }
    665 
    666     /**
    667      * Fires after processing the post data for bulk edit.
    668      *
    669      * @since 6.2.0
    670      *
    671      * @param array $post_data Associative array containing the post data.
    672      */
    673     do_action( 'bulk_edit_posts', $post_data );
    674665
    675666    return array(
Note: See TracChangeset for help on using the changeset viewer.