Automattic\WooCommerce\Blocks\Integrations

IntegrationInterface::get_name()publicWC 1.0

The name of the integration.

Метод класса: IntegrationInterface{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код IntegrationInterface::get_name() WC 8.7.0

public function get_name();