WPDev.one
Action Hook

{$taxonomy}_add_form_fields

do_action( '{$taxonomy}_add_form_fields', $taxonomy )

Fires after the Add Term form fields. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_add_form_fields` - `post_tag_add_form_fields`

Parameters 1 parameter

Name / Type Description
$taxonomy
mixed
No description available.

Hook Information

Source File
wp-admin/edit-tags.php
Advertisement