Files
carpseeds.pl/wp-content/plugins/jet-elements/templates/jet-animated-text/global/after-text.php
2024-07-15 11:28:08 +02:00

12 lines
247 B
PHP

<?php
/**
* Animated after text template
*/
$settings = $this->get_settings_for_display();
?>
<div class="jet-animated-text__after-text">
<?php
echo '&nbsp;' . $this->str_to_spanned_html( $settings['after_text_content'], 'word' );
?>
</div>