Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCPaymentGateways::get_description()publicWC 1.0

Return description used in the frontend.

Method of the class: ExportWCPaymentGateways{}

No Hooks.

Return

String.

Usage

$ExportWCPaymentGateways = new ExportWCPaymentGateways();
$ExportWCPaymentGateways->get_description();

ExportWCPaymentGateways::get_description() code WC 9.7.1

public function get_description() {
	return __( 'It includes payment gateways and their settings.', 'woocommerce' );
}