Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsGeneral::get_description
Return description used in the frontend.
Method of the class: ExportWCSettingsGeneral{}
No Hooks.
Returns
String
.
Usage
$ExportWCSettingsGeneral = new ExportWCSettingsGeneral(); $ExportWCSettingsGeneral->get_description();
ExportWCSettingsGeneral::get_description() ExportWCSettingsGeneral::get description code WC 9.9.5
public function get_description() { return __( 'Includes all settings in WooCommerce | Settings | General.', 'woocommerce' ); }