add_tag_form

add_tag_form

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('add_tag_form') is found 1 times:

  • /wp-admin/edit-tags.php line 557
    		 * @deprecated 3.0.0 Use {$taxonomy}_add_form instead.
    		 *
    		 * @param string $taxonomy The taxonomy slug.
    		 */
    		do_action( 'add_tag_form', $taxonomy );
    	}
    
    	/**
    	 * Fires at the end of the Add Term form for all taxonomies.
    	 *
    	 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.