personal_options_update

Advertisement

Summery Summery

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

Syntax Syntax

do_action( 'personal_options_update', int $user_id )

Description Description

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

Parameters Parameters

$user_id

The user ID.

Source Source

File: wp-admin/user-edit.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Advertisement

Leave a Reply