woocommerce_update_customer

woocommerce_update_customer

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_update_customer') is found 1 times:

  • /includes/data-stores/class-wc-customer-data-store.php line 219
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
        $this->update_user_meta( $customer );
        $customer->set_date_modified( get_user_meta( $customer->get_id(), 'last_update', true ) );
        $customer->save_meta_data();
        $customer->apply_changes();
        do_action( 'woocommerce_update_customer', $customer->get_id(), $customer );
    }
     
    /**
     * Deletes a customer from the database.
     *
     * @since 3.0.0

See this hook used in plugins: