edited_term, $term_id, $tt_id, $taxonomy, $args

edited_term, $term_id, $tt_id, $taxonomy, $args

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('edited_term, $term_id, $tt_id, $taxonomy, $args') is found 1 times:

  • /wp-includes/taxonomy.php line 3473
    	 * @param int    $tt_id    Term taxonomy ID.
    	 * @param string $taxonomy Taxonomy slug.
    	 * @param array  $args     Arguments passed to wp_update_term().
    	 */
    	do_action( 'edited_term', $term_id, $tt_id, $taxonomy, $args );
    
    	/**
    	 * Fires after a term for a specific taxonomy has been updated, and the term
    	 * cache has been cleaned.
    	 *
    	 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.