Fires immediately after a term is updated in the database, but before its term-taxonomy relationship is updated.
$term_idint$taxonomystring$argsarraywp-includes/taxonomy.php:2599wp_insert_term()wp-includes/taxonomy.php:3380wp_update_term() * @since 6.1.0 The `$args` parameter was added. * * @param int $term_id Term ID. * @param string $taxonomy Taxonomy slug. * @param array $args Arguments passed to wp_update_term(). */ do_action( 'edited_terms', $term_id, $taxonomy, $args ); /** * Fires immediate before a term-taxonomy relationship is updated. * * @since 2.9.0 * @since 6.1.0 The `$args` parameter was added.Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.