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.3.3

do_action('woocommerce_credit_card_form_end') is found 1 times:

  • /includes/gateways/class-wc-payment-gateway-cc.php line 90
    			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