term_updated_messages WordPress Filter Hook
The term_updated_messages hook is a hook that is called after a term has been updated. It is used to update the messages that are displayed to the user. The hook takes two arguments, the first is the term_id and the second is the taxonomy.
apply_filters( 'term_updated_messages', array[] $messages ) #
Filters the messages displayed when a tag is updated.
Contents
Parameters
- $messages
(array[])Array of arrays of messages to be displayed, keyed by taxonomy name.
Source
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |