Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::get_descriptionpublicWC 1.0

Return description used in the frontend.

Method of the class: ExportWCSettings{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettings::get_description() code WC 10.4.3

public function get_description() {
	return __( 'Includes all settings in WooCommerce | Settings | General.', 'woocommerce' );
}