wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



{$taxonomy}_edit_form › WordPress Action Hooks

Da3.0.0
Deprecaton/a
do_action( "{$taxonomy}_edit_form", $tag, $taxonomy )
Parametri: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Richiesto:
  • (string) $taxonomy Current taxonomy slug.
    Richiesto:
Definito a:
Codex:

Fires at the end of 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_edit_form
  • post_tag_edit_form




Sorgenti

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