File "card-icons.php"

Full Path: /home/ubunrgit/public_html/wp-content-20250617204120/plugins/woo-stripe-payment/templates/card-icons.php
File size: 292 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @version 3.2.15
 */
?>
<span class="wc-stripe-card-icons-container">
	<?php foreach ( $icons as $icon => $url ): ?>
        <img class="wc-stripe-card-icon <?php echo esc_attr( $icon ) ?>"
             src="<?php echo esc_url( $url ) ?>"/>
	<?php endforeach; ?>
</span>