woocommerce_customer_loaded, $customer

woocommerce_customer_loaded, $customer

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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