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



{$taxonomy}_term_new_form_tag › WordPress动作钩子

Since3.7.0
已弃用n/a
do_action( "{$taxonomy}_term_new_form_tag" )
定义在:
文档:

Fires inside the Add Tag form tag.

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

Possible hook names include:

  • category_term_new_form_tag
  • post_tag_term_new_form_tag




源码

do_action( "{$taxonomy}_term_new_form_tag" );