Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::get_product_mapper
Get the product mapper for the provider.
Метод класса: IntegrationInterface{}
Хуков нет.
Возвращает
ProductMapperInterface. The product mapper.
Использование
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_product_mapper(): ProductMapperInterface;
Код IntegrationInterface::get_product_mapper() IntegrationInterface::get product mapper WC 10.5.2
public function get_product_mapper(): ProductMapperInterface;