WC_Payment_Gateway::get_title()
Return the gateway’s title.
Description Description
Return Return
(string)
Source Source
File: includes/abstracts/abstract-wc-payment-gateway.php
public function get_title() { return apply_filters( 'woocommerce_gateway_title', $this->title, $this->id ); }