frontend.php 125 B

123456789
  1. <div class="fl-rich-text">
  2. <?php
  3. global $wp_embed;
  4. echo wpautop( $wp_embed->autoembed( $settings->text ) );
  5. ?>
  6. </div>