wpseek.com
A WordPress-centric search engine for devs and theme authors



{$taxonomy}_add_form_fields › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( "{$taxonomy}_add_form_fields", $taxonomy )
Parameters:
  • () taxonomy The taxonomy slug.
    Required: Yes
Defined at:
Codex:

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`




Source

do_action( "{$taxonomy}_add_form_fields", $taxonomy );