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



{$taxonomy}_add_form_fields › WordPress Action Hooks

Da3.0.0
Deprecaton/a
do_action( "{$taxonomy}_add_form_fields", $taxonomy )
Parametri:
  • (string) $taxonomy The taxonomy slug.
    Richiesto:
Definito a:
Codex:

Fires after the Add Term form fields.

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

Possible hook names include:

  • category_add_form_fields
  • post_tag_add_form_fields




Sorgenti

do_action( "{$taxonomy}_add_form_fields", $taxonomy );