Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/user-edit.php | do_action | 403 | /** * Fires after the 'Personal Options' settings table on the 'Profile' editing screen. * * The action only fires if the current user is editing their own profile. * * @since 2.0.0 * * @param WP_User $profile_user The current WP_User object. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_User | $profile_user | The current WP_User object. |