Description
Fires immediately after a term-taxonomy relationship is updated.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 3394 |
wp-includes/taxonomy.php | 4179 |
wp-includes/taxonomy.php | 4206 |
Parameters
Type | Name | Description |
---|---|---|
int | $tt_id | Term taxonomy ID. |
string | $taxonomy | Taxonomy slug. |
array | $args | Arguments passed to wp_update_term(). |
PHP Doc
/**
* Fires immediately after a term-taxonomy relationship is updated.
*
* @since 2.9.0
* @since 6.1.0 The `$args` parameter was added.
*
* @param int $tt_id Term taxonomy ID.
* @param string $taxonomy Taxonomy slug.
* @param array $args Arguments passed to wp_update_term().
*/