Action hook 'edit_user_profile_update'

in WP Core File wp-admin/user-edit.php at line 158

Description

Fires before the page loads on the 'Edit User' screen.

Occurrences

Filename Line Number
wp-admin/user-edit.php 158

Parameters

Type Name Description
int $user_id The user ID.

PHP Doc

/**
			 * Fires before the page loads on the 'Edit User' screen.
			 *
			 * @since 2.7.0
			 *
			 * @param int $user_id The user ID.
			 */