Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::get_label()publicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCSettings{}

No Hooks.

Return

String.

Usage

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

ExportWCSettings::get_label() code WC 9.7.1

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