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.7.2

do_action('edit_user_profile_update') is found 1 times:

  • /wp-admin/user-edit.php line 158
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
         * @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: