Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettings::get_description
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() ExportWCSettings::get description code WC 10.4.3
public function get_description() {
return __( 'Includes all settings in WooCommerce | Settings | General.', 'woocommerce' );
}