Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsProducts::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCSettingsProducts{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettingsProducts::get_label() code WC 9.8.5

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