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



{$taxonomy}_term_edit_form_top › WordPress Action Hooks

Since4.5.0
Deprecatedn/a
do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy )
Parameters: (2)
  • () tag Current taxonomy term object.
    Required: Yes
  • () taxonomy Current $taxonomy slug.
    Required: Yes
Defined at:
Codex:

Fires at the beginning of the Edit Term form.

At this point, the required hidden fields and nonces have already been output. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_term_edit_form_top` - `post_tag_term_edit_form_top`




Source

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