woocommerce_gateway_method_description

woocommerce_gateway_method_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_gateway_method_description') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 200
    		 * @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() {