post_updated_messages WordPress Filter Hook
The post_updated_messages hook is a great way to keep your posts updated and organized. This hook allows you to specify how often your posts are updated, and also how many post_updated_messages you want to keep in your system.
apply_filters( 'post_updated_messages', array[] $messages ) #
Filters the post updated messages.
Contents
Parameters
- $messages
(array[])Post updated messages. For defaults see
$messages
declarations above.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |