?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/custom-facebook-feed/admin/views/about/ |
| 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>