edited_terms, $term_id, $taxonomy, $args
edited_terms, $term_id, $taxonomy, $args
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('edited_terms, $term_id, $taxonomy, $args') is found 1 times:
- /wp-includes/taxonomy.php line 3390
* @param int $term_id Term ID. * @param string $taxonomy Taxonomy slug. * @param array $args Arguments passed to wp_update_term(). */ do_action( 'edited_terms', $term_id, $taxonomy, $args ); /** * Fires immediate before a term-taxonomy relationship is updated. * * @since 2.9.0 * @since 6.1.0 The `$args` parameter was added.