Fires inside the adduser form tag.
wp-admin/user-new.php:466file scopewp-admin/user-new.php:522file scope <?php /** * 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">Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.