WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_user_profile

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-edit.php do_action 847 /**
* Fires after the 'About the User' settings table on the 'Edit User' screen.
*
* @since 2.0.0
*
* @param WP_User $profile_user The current WP_User object.
*/

Hook Parameters

Parameter Type Name Description
int $user_id The user ID.