created_term, $term_id, $tt_id, $taxonomy, $args

created_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('created_term, $term_id, $tt_id, $taxonomy, $args') is found 1 times:

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