Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::get_idpublicWC 1.0

Get the ID of the provider.

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

Хуков нет.

Возвращает

Строку. The ID of the provider.

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

$IntegrationInterface = new IntegrationInterface();
$IntegrationInterface->get_id(): string;

Код IntegrationInterface::get_id() WC 10.5.2

public function get_id(): string;