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