post_updated_messages
apply_filters( ‘post_updated_messages’, array[] $messages )
过滤钩子:过滤更新后的消息。
Filter Hook: Filters the post updated messages.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$messages | (array[]) | 发布更新的消息。有关默认值,请参见上面的$messages声明。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-admin/edit-form-advanced.php:217 | 0 | 0 |
笔记(Notes)
这是上面注释中提到的$messages声明:
post_updated_messages 为WP2原创文章,链接:https://www.wp2.cn/hook/post_updated_messages/