do_action( 'edited_term', int $term_id , int $tt_id , string $taxonomy )
Fires after a term has been updated, and the term cache has been cleaned.
Parameters
- $term_id
-
Term ID.
- $tt_id
-
Term taxonomy ID.
- $taxonomy
-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-2.3.0 | Introduced. |