wc_payment_gateway_form_saved_payment_methods_html

wc_payment_gateway_form_saved_payment_methods_html

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('wc_payment_gateway_form_saved_payment_methods_html') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 574
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
        $html .= $this->get_new_payment_method_option_html();
        $html .= '</ul>';
     
        echo apply_filters( 'wc_payment_gateway_form_saved_payment_methods_html', $html, $this ); // @codingStandardsIgnoreLine
    }
     
    /**
     * Gets saved payment method HTML from a token.
     *
     * @since 2.6.0