Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::create_feed
Create a feed that is to be populated.
Метод класса: IntegrationInterface{}
Хуков нет.
Возвращает
FeedInterface. The feed.
Использование
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->create_feed(): FeedInterface;
Код IntegrationInterface::create_feed() IntegrationInterface::create feed WC 10.5.2
public function create_feed(): FeedInterface;