????
| Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls/partials/togglebar/ |
| Current File : /home2/morganrand/www/wp-content/themes/wanderfuls/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; ?>