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