$taxonomy, refers to the slug of the taxonomy the term was created for. Possible hook names include: <ul> <li>create_category</li> <li>create_post_tag</li> </ul>$term_idint$tt_idint$argsarraywp-includes/taxonomy.php:2697wp_insert_term() * @since 6.1.0 The `$args` parameter was added. * * @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.Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$args parameter was added.from the docblock