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



{$taxonomy}_edit_form_fields › Działania WordPress Hooks

Od3.0.0
Przestarzałyn/a
do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy )
Parametry: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Wymagane: Tak
  • (string) $taxonomy Current taxonomy slug.
    Wymagane: Tak
Zdefiniowane na:
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




Źródło

do_action( "{$taxonomy}_edit_form_fields", $tag, $taxonomy );