WPDev.one
Filter Hook

bulk_post_updated_messages

apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts )

Filters the bulk action updated messages. By default, custom post types use the messages for the 'post' post type. keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.

Parameters 0 required

Name / Type Description
$bulk_messages
mixed

No description available.

$bulk_counts
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/edit.php
Advertisement