Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsIntegrations::get_label
Return label used in the frontend.
Метод класса: ExportWCSettingsIntegrations{}
Хуков нет.
Возвращает
Строку.
Использование
$ExportWCSettingsIntegrations = new ExportWCSettingsIntegrations(); $ExportWCSettingsIntegrations->get_label();
Код ExportWCSettingsIntegrations::get_label() ExportWCSettingsIntegrations::get label WC 10.6.2
public function get_label() {
return __( 'Integrations', 'woocommerce' );
}