vc()->addShortcodesCustomCss( $footer_template ); $footer_css = ob_get_contents(); ob_end_clean(); if( $footer_css ) : echo $footer_css; else : $footer_custom_css = get_post_meta( $footer_template, '_wpb_shortcodes_custom_css', true ); if( !empty( $footer_custom_css ) ) : echo ''; endif; endif; $the_post = get_post( $footer_template ); echo do_shortcode( apply_filters( 'the_content', $the_post->post_content ) ); endif; ?>