Fires after the ‘About the User’ settings table on the ‘Edit User’ screen.
Parameters
Source
do_action( 'edit_user_profile', $profile_user );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Fires after the ‘About the User’ settings table on the ‘Edit User’ screen.
do_action( 'edit_user_profile', $profile_user );
Version | Description |
---|---|
2.0.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
This action can be used to add a form to the backend user editing screen and save some additional user meta data.
For example to add a field for the users birthday:
Example migrated from Codex: