Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/user-edit.php | do_action | 145 | /** * Fires before the page loads on the 'Profile' editing screen. * * The action only fires if the current user is editing their own profile. * * @since 2.0.0 * * @param int $user_id The user ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $user_id | The user ID. |