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