Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCPaymentGateways::get_descriptionpublicWC 1.0

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() code WC 10.4.3

public function get_description() {
	return __( 'Includes all settings in WooCommerce | Settings | Payments.', 'woocommerce' );
}