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



{$taxonomy}_pre_edit_form › WordPress Action Hooks

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

Fires before the Edit Term form for all taxonomies.

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

Possible hook names include:

  • category_pre_edit_form
  • post_tag_pre_edit_form




Quellcode

do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>