user_new_form_tag WordPress Action Hook

The user_new_form_tag hook is used to add content to the new user registration form. This hook is typically used to add custom fields to the form.

do_action( 'user_new_form_tag' ) #

Fires inside the adduser form tag.


Source

File: wp-admin/user-new.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.