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