File "frontend.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/rich-text/includes/frontend.php
File size: 128 bytes
MIME-type: --
Charset: utf-8

<div class="fl-rich-text">
	<?php
		
	global $wp_embed;
	
	echo wpautop( $wp_embed->autoembed( $settings->text ) );
	
	?>
</div>