????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/togglebar/
Upload File :
Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/togglebar/togglebar-content.php

<?php
/**
 * Togglebar content output
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Display content if defined
if ( $content = get_post_field( 'post_content', tb_global_obj( 'toggle_bar_content_id' ) ) ) : ?>

	<div class="entry clr">
		<?php echo apply_filters( 'the_content', $content ); ?>		
	</div><!-- .entry -->

<?php endif; ?>