do_action( 'profile_personal_options', WP_User $profile_user )
Fires after the ‘Personal Options’ settings table on the ‘Profile’ editing screen.
Description
The action only fires if the current user is editing their own profile.
Parameters
Source
File: wp-admin/user-edit.php
.
View all references
do_action( 'profile_personal_options', $profile_user );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example: