woocommerce_gateway_method_description

woocommerce_gateway_method_description

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_gateway_method_description') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 184
    	 *
    	 * @return string
    	 */
    	public function get_method_description() {
    		return apply_filters( 'woocommerce_gateway_method_description', $this->method_description, $this );
    	}
    
    	/**
    	 * Output the gateway settings screen.
    	 */
    	public function admin_options() {