%PDF- %PDF-
Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/template-parts/ |
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/template-parts/notification.php |
<?php if (get_field('notification', 'option')) : ?> <div class="notification" id="notification"> <?php while (have_rows('notification', 'option')) : the_row(); $notification = get_sub_field('link'); ?> <a href="<?php echo $notification['url']; ?>" <?php if ($notification['target']) : ?> target="_blank" <?php endif ?> class="notification__link"><?php the_sub_field('text'); ?> ></a> <?php endwhile; ?> </div> <?php endif ?>