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