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