network_user_new_form

network_user_new_form

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('network_user_new_form') is found 1 times:

  • /wp-admin/network/user-new.php line 158
    	 * Fires at the end of the new user form in network admin.
    	 *
    	 * @since 4.5.0
    	 */
    	do_action( 'network_user_new_form' );
    
    	wp_nonce_field( 'add-user', '_wpnonce_add-user' );
    	submit_button( __( 'Add User' ), 'primary', 'add-user' );
    	?>
    	</form>
    </div>