woocommerce_customer_loaded

woocommerce_customer_loaded

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_customer_loaded') is found 1 times:

  • /includes/data-stores/class-wc-customer-data-store.php line 181
    			)
    		);
    		$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