do_action( 'personal_options_update', int $user_id )

Fires before the page loads on the ‘Your Profile’ editing screen.


Description

The action only fires if the current user is editing their own profile.


Parameters

$user_id

(int) The user ID.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.0.0 Introduced.