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