WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_tag_form_fields

Back to home

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.