WPDev.one
Action Hook

{$taxonomy}_pre_add_form

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

Fires before the Add Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_pre_add_form` - `post_tag_pre_add_form`

Parameters 1 parameter

Name / Type Description
$taxonomy
mixed
No description available.

Hook Information

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