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 11.0.1
public function get_id(): string;