wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



{$taxonomy}_add_form › WordPress Action Hooks

Seit3.0.0
Veraltetn/v
do_action( "{$taxonomy}_add_form", $taxonomy )
Parameter:
  • () taxonomy The taxonomy slug.
    Erforderlich: Ja
Definiert in:
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`




Quellcode

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