File "social-feed-style-1.php"
Full Path: /home/digimqhe/flashdigi.uk/social-feed/social-feed-style-1.php
File size: 777 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<div class="tpgb-sf-feed tpgb-trans-linear <?php echo esc_attr($ErrorClass); ?>">
<?php
include TPGB_INCLUDES_URL."social-feed/social-feed-ob-style.php";
if($MediaFilter == 'default' || $MediaFilter == 'ompost'){
include TPGB_INCLUDES_URL."social-feed/fancybox-feed.php";
}
if(!empty($Massage)){
echo wp_kses_post($Massage_html);
}
if(!empty($Description)){
include TPGB_INCLUDES_URL."social-feed/feed-Description.php";
}
echo wp_kses_post($Header_html);
include TPGB_INCLUDES_URL."social-feed/feed-footer.php";
?>
</div>