bulk_post_updated_messages

Advertisement

Summery Summery

Filters the bulk action updated messages.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$bulk_messages

Arrays of messages, each keyed by the corresponding post type. Messages are keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.

$bulk_counts

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

Source Source

File: wp-admin/edit.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.

Advertisement

Leave a Reply