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