?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/villavanille/wp-content/plugins/custom-facebook-feed/admin/views/about/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/custom-facebook-feed/admin/views/about/index.php

<?php
    // Exit if accessed directly
    if(!defined('ABSPATH')) {
        exit;
    }
    /**
     * CFF Header Notices
     *
     * @since 4.0
     */
    do_action('cff_header_notices');
?>
<div id="cff-about" class="cff-about">
    <?php
        CustomFacebookFeed\CFF_View::render( 'sections.header' );
        CustomFacebookFeed\CFF_View::render( 'about.content' );
        CustomFacebookFeed\CFF_View::render( 'sections.sticky_widget' );
    ?>
</div>