wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



{$taxonomy}_term_edit_form_top › Działania WordPress Hooks

Od4.5.0
Przestarzałyn/a
do_action( "{$taxonomy}_term_edit_form_top", $tag, $taxonomy )
Parametry: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Wymagane: Tak
  • (string) $taxonomy Current $taxonomy slug.
    Wymagane: Tak
Zdefiniowane na:
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




Źródło

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