apply_filters( 'bulk_revision_updated_messages', array[] $bulk_messages, int[] $bulk_counts )

Filters the bulk action updated messages.


Description

By default, custom post types use the messages for the ‘post’ post type.


Parameters

$bulk_messages

Arrays of messages, each keyed by the corresponding post type. Messages are keyed with 'deleted'.

$bulk_counts

Array of item counts for each message, used to build internationalized strings.


Source

File: wp-admin/revisions-list.php

View on GitHub


Changelog

Changelog
Version Description
CP-2.6.0 Introduced. CP-2.6.0