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



{$taxonomy}_edit_form_fields › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy )
Parameters: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Required: Yes
  • (string) $taxonomy Current taxonomy slug.
    Required: Yes
Defined at:
Codex:

Fires after the Edit Term form fields are displayed.

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.

Possible hook names include:

  • category_edit_form_fields
  • post_tag_edit_form_fields




Source

do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy );