Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCCoreProfilerOptions::get_label()
Return label used in the frontend.
Method of the class: ExportWCCoreProfilerOptions{}
No Hooks.
Return
String
.
Usage
$ExportWCCoreProfilerOptions = new ExportWCCoreProfilerOptions(); $ExportWCCoreProfilerOptions->get_label();
ExportWCCoreProfilerOptions::get_label() ExportWCCoreProfilerOptions::get label code WC 9.7.1
public function get_label() { return __( 'Onboarding Configuration', 'woocommerce' ); }