wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



{$taxonomy}_pre_edit_form › Les Actions WordPress

Depuis3.0.0
Dépréciéen/a
do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy )
Paramètres: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Requis: Oui
  • (string) $taxonomy Current $taxonomy slug.
    Requis: Oui
Défini(e) dans:
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




Source

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