Automattic\WooCommerce\Internal\ProductFeed\Integrations
IntegrationInterface::get_id
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() IntegrationInterface::get id code WC 10.8.1
public function get_id(): string;