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.


Parameters

$messages

(array[])Array of arrays of messages to be displayed, keyed by taxonomy name.


Top ↑

Source

File: wp-admin/includes/edit-tag-messages.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.