wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



{$taxonomy}_edit_form_fields › Les Actions WordPress

Depuis3.0.0
Dépréciéen/a
do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy )
Paramètres: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Requis: Oui
  • (string) $taxonomy Current taxonomy slug.
    Requis: Oui
Défini(e) dans:
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 );