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