Automattic\WooCommerce\Blocks\Integrations
IntegrationInterface::get_name
The name of the integration.
Метод класса: IntegrationInterface{}
Хуков нет.
Возвращает
Строку.
Использование
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_name();
Код IntegrationInterface::get_name() IntegrationInterface::get name WC 10.4.0
public function get_name();