add_tag_form_fields
do_action( ‘add_tag_form_fields’, string $taxonomy )
动作钩子::在非层次分类法的Add Tag form字段之后激发。
Action Hook: Fires after the Add Tag form fields for non-hierarchical taxonomies.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$taxonomy | (string) | 分类蛞蝓。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-admin/edit-tags.php:512 | 0 | 0 |
add_tag_form_fields 为WP2原创文章,链接:https://www.wp2.cn/hook/add_tag_form_fields/