Fires immediately after a term is updated in the database, but before its term-taxonomy relationship is updated.
$term_idint
$taxonomystring
$argsarray
alias_of stringdescription stringparent intslug stringThe edited_terms action is used to hook into code after a term is updated in the database.
A plugin (or theme) can register an action hook from the example below.
do_action( 'edited_terms', $term_id, $taxonomy, $args );
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edited_terms