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