woocommerce_credit_card_form_end

woocommerce_credit_card_form_end

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_credit_card_form_end') is found 1 times:

  • /includes/gateways/class-wc-payment-gateway-cc.php line 90
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
        foreach ( $fields as $field ) {
            echo $field; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
        }
        ?>
        <?php do_action( 'woocommerce_credit_card_form_end', $this->id ); ?>
        <div class="clear"></div>
    </fieldset>
    <?php
     
    if ( $this->supports( 'credit_card_form_cvc_on_saved_method' ) ) {
        echo '<fieldset>' . $cvc_field . '</fieldset>'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped