Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCSettings{}

No Hooks.

Returns

String.

Usage

$ExportWCSettings = new ExportWCSettings();
$ExportWCSettings->get_label();

ExportWCSettings::get_label() code WC 10.5.0

public function get_label() {
	return __( 'General', 'woocommerce' );
}