File: /var/www/virtual/mariaellingsen.com/htdocs/wp-content/themes/x_old/woocommerce/notices/notice.php
<?php
// =============================================================================
// WOOCOMMERCE/NOTICES/NOTICE.PHP
// -----------------------------------------------------------------------------
// @version 1.6.4
// =============================================================================
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
if ( ! $messages ) return;
?>
<?php foreach ( $messages as $message ) : ?>
<div class="woocommerce-info x-alert x-alert-info x-alert-block">
<?php echo wp_kses_post( $message ); ?>
</div>
<?php endforeach; ?>