woocommerce_payment_gateway_get_saved_payment_method_option_html

woocommerce_payment_gateway_get_saved_payment_method_option_html

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_payment_gateway_get_saved_payment_method_option_html') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 605
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
         * @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.
     *