wpseek.com
A WordPress-centric search engine for devs and theme authors



show_user_profile › WordPress Action Hooks

Since2.0.0
Deprecatedn/a
do_action( 'show_user_profile', $profile_user )
Parameters:
  • (WP_User) $profile_user The current WP_User object.
    Required: Yes
Defined at:
Codex:

Fires after the 'About Yourself' settings table on the 'Profile' editing screen.

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





Source

do_action( 'show_user_profile', $profile_user );