do_action( 'edit_terms', int $term_id, string $taxonomy )

Fires immediately before the given terms are edited.


Parameters

$term_id

(int) Term ID.

$taxonomy

(string) Taxonomy slug.


Source

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.