do_action( "create_{$taxonomy}", int $term_id, int $tt_id )

Fires after a new term is created for a specific taxonomy.


Description

The dynamic portion of the hook name, $taxonomy, refers to the slug of the taxonomy the term was created for.


Parameters

$term_id

(int) Term ID.

$tt_id

(int) Term taxonomy ID.


Source

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.