Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/edit-tags.php | do_action | 525 | /** * Fires after the Add Tag form fields for non-hierarchical taxonomies. * * @since 3.0.0 * * @param string $taxonomy The taxonomy slug. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $taxonomy | The taxonomy slug. |