do_action( 'edit_terms', int $term_id , string $taxonomy )
Fires immediately before 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. |