Action hook 'show_user_profile'

in WP Core File wp-admin/user-edit.php at line 876

Description

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.

Occurrences

Filename Line Number
wp-admin/user-edit.php 876

Parameters

Type Name Description
WP_User $profile_user The current WP_User object.

PHP Doc

/**
						 * 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.
						 */