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



profile_personal_options › WordPress Action Hooks

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

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.





Source

do_action( 'profile_personal_options', $profile_user );