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



edit_user_profile › WordPress Action Hooks

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

Fires after the 'Application Passwords' section is loaded on 'Edit User' screen.

The action only fires if the current user is editing another user's profile.





Source

do_action( 'edit_user_profile', $profile_user );