Action hook 'add_tag_form_fields'

in WP Core File wp-admin/edit-tags.php at line 532

Description

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

Occurrences

Filename Line Number
wp-admin/edit-tags.php 532

Parameters

Type Name Description
string $taxonomy The taxonomy slug.

PHP Doc

/**
		 * Fires after the Add Tag form fields for non-hierarchical taxonomies.
		 *
		 * @since 3.0.0
		 *
		 * @param string $taxonomy The taxonomy slug.
		 */