add_tag_form_fields

最后更新于:2021-11-25 19:21:25

do_action( ‘add_tag_form_fields’, string $taxonomy )

Fires after the Add Tag form fields for non-hierarchical taxonomies.

参数

$taxonomy

(string)
The taxonomy slug.

源文件

文件: gc-admin/edit-tags.php

View on Trac