Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsShipping::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCSettingsShipping{}

No Hooks.

Returns

String.

Usage

$ExportWCSettingsShipping = new ExportWCSettingsShipping();
$ExportWCSettingsShipping->get_label(): string;

ExportWCSettingsShipping::get_label() code WC 9.9.5

public function get_label(): string {
	return __( 'Shipping', 'woocommerce' );
}