wpseek.com
WordPress开发者和主题制作者的搜索引擎



{$taxonomy}_pre_edit_form › WordPress动作钩子

Since3.0.0
已弃用n/a
do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy )
参数: (2)
  • (WP_Term) $tag Current taxonomy term object.
    Required: Yes
  • (string) $taxonomy Current $taxonomy slug.
    Required: Yes
定义在:
文档:

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




源码

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