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