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



personal_options_update › WordPress Action Hooks

Since2.0.0
Deprecatedn/a
do_action( 'personal_options_update', $user_id )
Parameters:
  • (int) $user_id The user ID.
    Required: Yes
Defined at:
Codex:

Fires before the page loads on the 'Profile' editing screen.

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





Source

do_action( 'personal_options_update', $user_id );