user_new_form_tag

user_new_form_tag

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('user_new_form_tag') is found 2 times:

  • /wp-admin/user-new.php line 452
    	 * 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 508


    >