wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



{$taxonomy}_add_form › Działania WordPress Hooks

Od3.0.0
Przestarzałyn/a
do_action( "{$taxonomy}_add_form", $taxonomy )
Parametry:
  • (string) $taxonomy The taxonomy slug.
    Wymagane: Tak
Zdefiniowane na:
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




Źródło

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