woocommerce_payment_gateway_get_saved_payment_method_option_html, $html, $token, $this

woocommerce_payment_gateway_get_saved_payment_method_option_html, $html, $token, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_payment_gateway_get_saved_payment_method_option_html, $html, $token, $this') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 628
    		 * @param string $token Token.
    		 * @param WC_Payment_Gateway $this Payment gateway instance.
    		 * @return string
    		 */
    		return apply_filters( 'woocommerce_payment_gateway_get_saved_payment_method_option_html', $html, $token, $this );
    	}
    
    	/**
    	 * Displays a radio button for entering a new payment method (new CC details) instead of using a saved method.
    	 * Only displayed when a gateway supports tokenization.
    	 *