bulk_post_updated_messages
过滤钩子
apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts )
- 参数
-
-
(array[])
$bulk_messages
Arrays of messages, each keyed by the corresponding post type. Messages are
keyed with ‘updated’, ‘locked’, ‘deleted’, ‘trashed’, and ‘untrashed’.- Required: 是
-
(int[])
$bulk_counts
Array of item counts for each message, used to build internationalized strings.- Required: 是
-
(array[])
- 定义位置
-
-
wp-admin/edit.php
, line 404
-
wp-admin/edit.php
- 引入
- 3.7.0
- 弃用
- –
Filters the bulk action updated messages.
By default, custom post types use the messages for the ‘post’ post type.
$bulk_messages = apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts );
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。