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



{$taxonomy}_edit_form_fields › WordPress Action Hooks

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




Quellcode

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