WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_tag_form

Back to home

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.