user_new_form_tag

user_new_form_tag

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('user_new_form_tag') is found 2 times:

  • /wp-admin/user-new.php line 461
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
         * Fires inside the adduser form tag.
         *
         * @since 3.0.0
         */
        do_action( 'user_new_form_tag' );
        ?>
    >
    <input name="action" type="hidden" value="adduser" />
        <?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>
     
    <table class="form-table" role="presentation">
  • /wp-admin/user-new.php line 517


    >