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 9.8.5
public function get_label() { return __( 'Integrations', 'woocommerce' ); }