Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCPaymentGateways::get_labelpublicWC 1.0

Return label used in the frontend.

Method of the class: ExportWCPaymentGateways{}

No Hooks.

Returns

String.

Usage

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

ExportWCPaymentGateways::get_label() code WC 10.5.0

public function get_label() {
	return __( 'Payments', 'woocommerce' );
}