{$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.7.2

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

  • /wp-admin/edit-tags.php line 454
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
         *  - `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 ); ?>" />