Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCCoreProfilerOptions{}

No Hooks.

Returns

String.

Usage

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

ExportWCCoreProfilerOptions::get_label() code WC 10.6.2

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