add_tag_form_fields

add_tag_form_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('add_tag_form_fields') is found 1 times:

  • /wp-admin/edit-tags.php line 532
    		 * @since 3.0.0
    		 *
    		 * @param string $taxonomy The taxonomy slug.
    		 */
    		do_action( 'add_tag_form_fields', $taxonomy );
    	}
    
    	/**
    	 * Fires after the Add Term form fields.
    	 *
    	 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.