Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_descriptionpublicWC 1.0

Return description used in the frontend.

Method of the class: ExportWCCoreProfilerOptions{}

No Hooks.

Returns

String.

Usage

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

ExportWCCoreProfilerOptions::get_description() code WC 10.5.0

public function get_description() {
	return __( 'Includes onboarding configuration options', 'woocommerce' );
}