do_action( 'edited_term_taxonomy', int $tt_id, string $taxonomy )

Fires immediately after a term-taxonomy relationship is updated.


Parameters

$tt_id

(int) Term taxonomy ID.

$taxonomy

(string) Taxonomy slug.


Source

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.