Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCPaymentGateways::get_label()
Return label used in the frontend.
Method of the class: ExportWCPaymentGateways{}
No Hooks.
Return
String
.
Usage
$ExportWCPaymentGateways = new ExportWCPaymentGateways(); $ExportWCPaymentGateways->get_label();
ExportWCPaymentGateways::get_label() ExportWCPaymentGateways::get label code WC 9.7.1
public function get_label() { return __( 'Payments', 'woocommerce' ); }