Used By
Used By | Description |
---|---|
wp-includes/taxonomy.php: wp_update_term() | Update term based on arguments provided. |
wp-includes/taxonomy.php: wp_insert_term() | Add a new term to the database. |
Fires after a term in a specific taxonomy has been saved, and the term cache has been cleared.
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
(int) Term ID.
(int) Term taxonomy ID.
(bool) Whether this is an existing term being updated.
File: wp-includes/taxonomy.php
Version | Description |
---|---|
5.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/saved_taxonomy