Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCTaxRates::get_description()publicWC 1.0

Return description used in the frontend.

Method of the class: ExportWCTaxRates{}

No Hooks.

Return

String.

Usage

$ExportWCTaxRates = new ExportWCTaxRates();
$ExportWCTaxRates->get_description();

ExportWCTaxRates::get_description() code WC 9.7.1

public function get_description() {
	return __( 'It includes tax rates and locations.', 'woocommerce' );
}