created_$taxonomy

created_$taxonomy

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/taxonomy.php line 2722
    	 * @param int   $term_id Term ID.
    	 * @param int   $tt_id   Term taxonomy ID.
    	 * @param array $args    Arguments passed to wp_insert_term().
    	 */
    	do_action( "created_{$taxonomy}", $term_id, $tt_id, $args );
    
    	/**
    	 * Fires after a term has been saved, and the term cache has been cleared.
    	 *
    	 * The {@see 'saved_$taxonomy'} hook is also available for targeting a specific
    	 * taxonomy.