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



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

Desde3.0.0
Obsoleton/a
do_action( "{$taxonomy}_edit_form_fields", $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 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




Fonte

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