Thread Starter
lucatd
(@lucatd)
Code Updated:
<?php foreach( $attributes['titolo-descrizione'] as $inner ): ?>
<?php if ( isset ( $inner['regione'] ) ) : ?>
<div class="acc-regione mt-1">
<?php echo $inner['regione']; ?>
</div>
<?php endif; ?>
<?php if ( isset ( $inner['cantina'] ) ) : ?>
<div class="acc-cantina">
<?php echo $inner['cantina']; ?>
</div>
<?php endif; ?>
<div class="acc-drink">
<?php echo $inner['drink']; ?>
</div>
<div class="acc-price">
<?php echo $inner['prezzo']; ?>
</div>
<?php endforeach; ?>
-
This reply was modified 3 years, 8 months ago by lucatd.
Thread Starter
lucatd
(@lucatd)
Hi @lusp
I have updated the plugin and now it works fine.
Thank you so much
Kind regards,
Luca