Automattic\WooCommerce\Blocks\Integrations

IntegrationInterface::get_name()publicWC 1.0

The name of the integration.

Method of the class: IntegrationInterface{}

No Hooks.

Return

String.

Usage

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

IntegrationInterface::get_name() code WC 8.7.0

public function get_name();