do_action( 'personal_options_update', int $user_id )

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


Description Description

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


Parameters Parameters

$user_id

(int) The user ID.


Top ↑

Source Source

File: wp-admin/user-edit.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.