section
* WP SEO uses get_the_excerpt to put in some meta tags, which was messing up some 3rd party shortcodes
*/
if ( ! empty( $GLOBALS['tcb_landing_page_needs_filter'] ) ) {
add_filter( 'the_content', 'tve_editor_content' );
}
?>
footer(); ?>
before_body_end(); ?>