Automattic\WooCommerce\Blocks\Integrations

IntegrationInterface::get_namepublicWC 1.0

The name of the integration.

Method of the class: IntegrationInterface{}

No Hooks.

Returns

String.

Usage

$IntegrationInterface = new IntegrationInterface();
$IntegrationInterface->get_name();

IntegrationInterface::get_name() code WC 10.5.0

public function get_name();