Save
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user