edit_user_profile_update

edit_user_profile_update

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('edit_user_profile_update') is found 1 times:

  • /wp-admin/user-edit.php line 157
    			 * @since 2.7.0
    			 *
    			 * @param int $user_id The user ID.
    			 */
    			do_action( 'edit_user_profile_update', $user_id );
    		}
    
    		// Update the email address in signups, if present.
    		if ( is_multisite() ) {
    			$user = get_userdata( $user_id );
    
    

See this hook used in plugins: