do_action( 'edit_user_profile', WP_User $profileuser )
Fires after the ‘About the User’ settings table on the ‘Edit User’ screen.
Parameters
- $profileuser
-
The current WP_User object.
Source
File: wp-admin/user-edit.php
Changelog
Version | Description |
---|---|
WP-2.0.0 | Introduced. |