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

12 lines
250 B
PHP

<?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' ) . '&nbsp;';
?>
</div>