woocommerce_gateway_method_description, $this->method_description, $this
woocommerce_gateway_method_description, $this->method_description, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_gateway_method_description, $this->method_description, $this') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 218
* @param string $description Method description. * @param WC_Payment_Gateway $this Payment gateway instance. * @return string */ return apply_filters( 'woocommerce_gateway_method_description', $this->method_description, $this ); } /** * Output the gateway settings screen. */ public function admin_options() {