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



{$taxonomy}_add_form_fields › Les Actions WordPress

Depuis3.0.0
Dépréciéen/a
do_action( "{$taxonomy}_add_form_fields", $taxonomy )
Paramètres:
  • (string) $taxonomy The taxonomy slug.
    Requis: Oui
Défini(e) dans:
Codex:

Fires after the Add Term form fields.

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

Possible hook names include:

  • category_add_form_fields
  • post_tag_add_form_fields




Source

do_action( "{$taxonomy}_add_form_fields", $taxonomy );