do_action( 'edited_terms', int $term_id , string $taxonomy )
Fires immediately after the given terms are edited.
Parameters
- $term_id
-
Term ID
- $taxonomy
-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |