bulk_post_updated_messages

bulk_post_updated_messages

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('bulk_post_updated_messages') is found 1 times:

  • /wp-admin/edit.php line 408
     * @param array[] $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are
     *                               keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
     * @param int[]   $bulk_counts   Array of item counts for each message, used to build internationalized strings.
     */
    $bulk_messages = apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts );
    $bulk_counts   = array_filter( $bulk_counts );
    
    require_once ABSPATH . 'wp-admin/admin-header.php';
    ?>
    <div class="wrap">
    <h1 class="wp-heading-inline">
    

See this hook used in plugins: