Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_descriptionpublicWC 1.0

Return description used in the frontend.

Method of the class: ExportWCSettingsIntegrations{}

No Hooks.

Returns

String.

Usage

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

ExportWCSettingsIntegrations::get_description() code WC 9.9.5

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