Action hook 'personal_options_update'

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

Description

Fires before the page loads 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 149

Parameters

Type Name Description
int $user_id The user ID.

PHP Doc

/**
			 * Fires before the page loads on the 'Profile' editing screen.
			 *
			 * The action only fires if the current user is editing their own profile.
			 *
			 * @since 2.0.0
			 *
			 * @param int $user_id The user ID.
			 */