Repository URL to install this package:
Version:
2.5.6 ▾
|
<?php
/**
* Animated before text template
*/
$settings = $this->get_settings_for_display();
?>
<div class="jet-animated-text__before-text">
<?php
echo $this->str_to_spanned_html( $settings['before_text_content'], 'word' ) . ' ';
?>
</div>