wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



personal_options_update › WordPress Action Hooks

Seit2.0.0
Veraltetn/v
do_action( 'personal_options_update', $user_id )
Parameter:
  • (int) $user_id The user ID.
    Erforderlich: Ja
Definiert in:
Codex:

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

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





Quellcode

do_action( 'personal_options_update', $user_id );