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