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