do_action( 'personal_options_update', int $user_id )

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


Description

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


Parameters

$user_id

The user ID.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
2.0.0 Introduced.