edit_terms, $term_id, $taxonomy, $args

edit_terms, $term_id, $taxonomy, $args

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/taxonomy.php line 3356
    	 * @param int    $term_id  Term ID.
    	 * @param string $taxonomy Taxonomy slug.
    	 * @param array  $args     Arguments passed to wp_update_term().
    	 */
    	do_action( 'edit_terms', $term_id, $taxonomy, $args );
    
    	$data = compact( 'name', 'slug', 'term_group' );
    
    	/**
    	 * Filters term data before it is updated in the database.
    	 *