WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about show_user_profile

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-edit.php do_action 838 /**
* Fires after the 'About Yourself' settings table on the 'Profile' editing screen.
*
* The action only fires if the current user is editing their own profile.
*
* @since 2.0.0
*
* @param WP_User $profile_user The current WP_User object.
*/

Hook Parameters

Parameter Type Name Description
WP_User $profile_user The current WP_User object.