{$taxonomy}_term_new_form_tag

{$taxonomy}_term_new_form_tag

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('{$taxonomy}_term_new_form_tag') is found 1 times:

  • /wp-admin/edit-tags.php line 450
    	 *  - `post_tag_term_new_form_tag`
    	 *
    	 * @since 3.7.0
    	 */
    	do_action( "{$taxonomy}_term_new_form_tag" );
    	?>
    >
    <input type="hidden" name="action" value="add-tag" />
    <input type="hidden" name="screen" value="<?php echo esc_attr( $current_screen->id ); ?>" />
    <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" />
    <input type="hidden" name="post_type" value="<?php echo esc_attr( $post_type ); ?>" />