Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_label()publicWC 1.0

Return label used in the frontend.

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

Хуков нет.

Возвращает

Строку.

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

$ExportWCSettingsIntegrations = new ExportWCSettingsIntegrations();
$ExportWCSettingsIntegrations->get_label();

Код ExportWCSettingsIntegrations::get_label() WC 9.8.5

public function get_label() {
	return __( 'Integrations', 'woocommerce' );
}