Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationInterface::get_idpublicWC 1.0

Get the ID of the provider.

Method of the class: IntegrationInterface{}

No Hooks.

Returns

String. The ID of the provider.

Usage

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

IntegrationInterface::get_id() code WC 10.8.1

public function get_id(): string;