profile_personal_options

Advertisement

Summery Summery

Fires after the ‘Personal Options’ settings table on the ‘Profile’ editing screen.

Syntax Syntax

do_action( 'profile_personal_options', WP_User $profileuser )

Description Description

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

Parameters Parameters

$profileuser

The current WP_User object.

Source Source

File: wp-admin/user-edit.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Advertisement

Leave a Reply