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



{$taxonomy}_add_form › Les Actions WordPress

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

Fires at the end of the Add Term form for all taxonomies.

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

Possible hook names include:

  • category_add_form
  • post_tag_add_form




Source

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