Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCTaxRates::get_description()
Return description used in the frontend.
Метод класса: ExportWCTaxRates{}
Хуков нет.
Возвращает
Строку
.
Использование
$ExportWCTaxRates = new ExportWCTaxRates(); $ExportWCTaxRates->get_description();
Код ExportWCTaxRates::get_description() ExportWCTaxRates::get description WC 9.7.1
public function get_description() { return __( 'It includes tax rates and locations.', 'woocommerce' ); }