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