woocommerce_customer_loaded, $customer
woocommerce_customer_loaded, $customer
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_customer_loaded, $customer') is found 1 times:
- /includes/data-stores/class-wc-customer-data-store.php line 189
) ); $customer->read_meta_data(); $customer->set_object_read( true ); do_action( 'woocommerce_customer_loaded', $customer ); } /** * Updates a customer in the database. * * @since 3.0.0