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



{$taxonomy}_add_form_fields › WordPress动作钩子

Since3.0.0
已弃用n/a
do_action( "{$taxonomy}_add_form_fields", $taxonomy )
参数:
  • (string) $taxonomy The taxonomy slug.
    Required: Yes
定义在:
文档:

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




源码

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