Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::create_feedpublicWC 1.0

Create a feed that is to be populated.

Метод класса: IntegrationInterface{}

Хуков нет.

Возвращает

FeedInterface. The feed.

Использование

$IntegrationInterface = new IntegrationInterface();
$IntegrationInterface->create_feed(): FeedInterface;

Код IntegrationInterface::create_feed() WC 10.5.2

public function create_feed(): FeedInterface;