show_user_profile, $profile_user
show_user_profile, $profile_user
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('show_user_profile, $profile_user') is found 1 times:
- /wp-admin/user-edit.php line 898
* @since 2.0.0 * * @param WP_User $profile_user The current WP_User object. */ do_action( 'show_user_profile', $profile_user ); } else { /** * Fires after the 'Application Passwords' section is loaded on 'Edit User' screen. * * The action only fires if the current user is editing another user's profile. *