Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsGeneral::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCSettingsGeneral{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettingsGeneral::get_label() code WC 9.9.5

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