?AlkantarClanX12
| Current Path : /home/rankinh/saintgilleslesbains/wp-content/plugins/lsvr-elements/templates/shortcodes/ |
| Current File : /home/rankinh/saintgilleslesbains/wp-content/plugins/lsvr-elements/templates/shortcodes/cta.php |
<?php global $lsvr_template_vars;
if ( ! empty( $lsvr_template_vars ) && is_array( $lsvr_template_vars ) ) : extract( $lsvr_template_vars );
// TEMPLATE : BEGIN ?>
<div class="<?php echo esc_attr( implode( ' ', $class ) ); ?>"
<?php echo ! empty( $args['id'] ) ? ' id="' . esc_attr( $args['id'] ) . '"' : ''; ?>>
<div class="lsvr-cta__inner">
<?php if ( ! empty( $args['title'] ) ) : ?>
<h3 class="lsvr-cta__title">
<?php echo wp_kses( $args['title'], array(
'a' => array(
'href' => array(),
'target' => array(),
),
'strong' => array(),
)); ?>
</h3>
<?php endif; ?>
<?php if ( ! empty( $args['text'] ) ) : ?>
<div class="lsvr-cta__text">
<?php echo wpautop( wp_kses( $args['text'], array(
'a' => array(
'href' => array(),
'target' => array(),
),
'br' => array(),
'strong' => array(),
))); ?>
</div>
<?php endif; ?>
<?php if ( ! empty( $args['more_label'] ) && ! empty( $args['more_link'] ) ) : ?>
<p class="lsvr-cta__button">
<a href="<?php echo esc_url( $args['more_link'] ); ?>" class="lsvr-cta__button-link"
<?php echo true === $open_in_new_window ? ' target="_blank"' : ''; ?>>
<?php echo esc_html( $args['more_label'] ); ?>
</a>
</p>
<?php endif; ?>
</div>
</div>
<?php // TEMPLATE : END
endif; ?>