edit_user_profile_update
do_action( ‘edit_user_profile_update’, int $user_id )
操作挂钩:在“编辑用户”屏幕上加载页面之前激发。
Action Hook: Fires before the page loads on the ‘Edit User’ screen.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$user_id | (int) | 用户ID。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-admin/user-edit.php:147 | 0 | 0 |
edit_user_profile_update 为WP2原创文章,链接:https://www.wp2.cn/hook/edit_user_profile_update/