create_$taxonomy

create_$taxonomy

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('create_$taxonomy') is found 1 times:

  • /wp-includes/taxonomy.php line 2672
    	 * @param int   $term_id Term ID.
    	 * @param int   $tt_id   Term taxonomy ID.
    	 * @param array $args    Arguments passed to wp_insert_term().
    	 */
    	do_action( "create_{$taxonomy}", $term_id, $tt_id, $args );
    
    	/**
    	 * Filters the term ID after a new term is created.
    	 *
    	 * @since 2.3.0
    	 * @since 6.1.0 The `$args` parameter was added.