Automattic\WooCommerce\Internal\ProductFeed

ProductFeed::initpublicWC 1.0

Dependency injector.

Method of the class: ProductFeed{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ProductFeed = new ProductFeed();
$ProductFeed->init(;

ProductFeed::init() code WC 10.8.1

public function init( // phpcs:ignore WooCommerce.Functions.InternalInjectionMethod.MissingFinal
	IntegrationRegistry $integration_registry,
	POSIntegration $pos_integration
): void {
	$this->integration_registry = $integration_registry;
	$this->integration_registry->register_integration( $pos_integration );
}