woocommerce_gateway_title, $title, $this->id
woocommerce_gateway_title, $title, $this->id
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_gateway_title, $title, $this->id') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 384
* @param string $title Gateway title. * @param string $id Gateway ID. * @return string */ return apply_filters( 'woocommerce_gateway_title', $title, $this->id ); } /** * Return the gateway's description. * * @return string