This commit is contained in:
Roman Pyrih
2025-10-14 09:18:17 +02:00
parent 0aa6f4c87c
commit ce201a9698
4 changed files with 24 additions and 1 deletions

View File

@@ -57,6 +57,11 @@
<div class="row">
<div class="col col-1">
<p><?php echo esc_html($footer['col_1']['title']); ?></p>
<?php if (!empty($footer['col_1']['text'])) : ?>
<div class="col-text">
<?php echo wp_kses_post($footer['col_1']['text']); ?>
</div>
<?php endif; ?>
<a href="<?php echo esc_url($footer['col_1']['btn']['url']); ?>" target="<?php echo esc_attr($footer['col_1']['btn']['target'] ?: '_self'); ?>">
<?php echo esc_html($footer['col_1']['btn']['title']); ?>
</a>