personal_options_update

动作钩子


do_action( 'personal_options_update', $user_id )
参数
  • (int)
    $user_id
    The user ID.
    Required:
定义位置
  • wp-admin/user-edit.php
    , line 145
引入
2.0.0
弃用

Fires before the page loads on the ‘Profile’ editing screen.

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

do_action( 'personal_options_update', $user_id );