Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/bb-plugin/modules/heading/deprecated/v1/includes/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/bb-plugin/modules/heading/deprecated/v1/includes/frontend.php

<<?php echo $settings->tag; ?> class="fl-heading">
	<?php if ( ! empty( $settings->link ) ) : ?>
	<a
		href="<?php echo esc_url( do_shortcode( $settings->link ) ); ?>"
		title="<?php echo esc_attr( wp_strip_all_tags( $settings->heading ) ); ?>"
		target="<?php echo esc_attr( $settings->link_target ); ?>"
		<?php echo $module->get_rel(); ?>
	>
	<?php endif; ?>
	<span class="fl-heading-text"><?php echo $settings->heading; ?></span>
	<?php if ( ! empty( $settings->link ) ) : ?>
	</a>
	<?php endif; ?>
</<?php echo $settings->tag; ?>>