edit_tag_form_fields
do_action_deprecated( ‘edit_tag_form_fields’, WP_Term $tag )
动作钩子:(不推荐):在显示编辑标记表单字段后激发。
Action Hook (deprecated): Fires after the Edit Tag form fields are displayed.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$tag | (WP_Term) | 当前标记术语对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-admin/edit-tag-form.php:224 | 0 | 0 |
edit_tag_form_fields 为WP2原创文章,链接:https://www.wp2.cn/hook/edit_tag_form_fields/