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