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



{$taxonomy}_term_edit_form_top › WordPress Action Hooks

Seit4.5.0
Veraltetn/v
do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy )
Parameter: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Erforderlich: Ja
  • (string) $taxonomy Current $taxonomy slug.
    Erforderlich: Ja
Definiert in:
Codex:

Fires at the beginning of the Edit Term form.

At this point, the required hidden fields and nonces have already been output.

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

Possible hook names include:

  • category_term_edit_form_top
  • post_tag_term_edit_form_top




Quellcode

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