user_edit_form_tag WordPress Action Hook

The user_edit_form_tag hook is used to add extra content to the user edit form in the WordPress admin. This hook is generally used to add custom fields to the edit form.

do_action( 'user_edit_form_tag' ) #

Fires inside the your-profile form tag on the user editing screen.


Source

File: wp-admin/user-edit.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.