Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/edit-tags.php | do_action_deprecated | 578 | /** * Fires at the end of the Add Tag form. * * @since 2.7.0 * @deprecated 3.0.0 Use {@see '{$taxonomy}_add_form'} instead. * * @param string $taxonomy The taxonomy slug. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $taxonomy | The taxonomy slug. |