wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



{$taxonomy}_term_edit_form_top › Hooks de Ações WordPress

Desde4.5.0
Obsoleton/a
do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy )
Parâmetros: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Required: Yes
  • (string) $taxonomy Current $taxonomy slug.
    Required: Yes
Definido em:
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




Fonte

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