do_action( 'edited_term_taxonomy', int $tt_id, string $taxonomy )

Fires immediately after a term-taxonomy relationship is updated.


Description Description


Parameters Parameters

$tt_id

(int) Term taxonomy ID.

$taxonomy

(string) Taxonomy slug.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.