Action hook 'profile_personal_options'

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

Description

Fires after the 'Personal Options' 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 432

Parameters

Type Name Description
WP_User $profile_user The current WP_User object.

PHP Doc

/**
					 * Fires after the 'Personal Options' 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.
					 */