Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCCoreProfilerOptions::get_description
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() ExportWCCoreProfilerOptions::get description code WC 11.0.1
public function get_description() {
return __( 'Includes onboarding configuration options', 'woocommerce' );
}