do_action( 'show_user_profile', WP_User $profileuser )
Fires after the ‘About Yourself’ settings table on the ‘Your Profile’ editing screen.
Description
The action only fires if the current user is editing their own profile.
Parameters
- $profileuser
-
The current WP_User object.
Source
File: wp-admin/user-edit.php
Changelog
Version | Description |
---|---|
WP-2.0.0 | Introduced. |