post_content ) );
//var_dump( $post );
//if( get_permalink( $frontpage_id ) ) :
$post = get_post( $frontpage_id );
if( $post->post_content ) :
Vc_Manager::getInstance()->vc()->addShortcodesCustomCss( $frontpage_id );
$footer_css = ob_get_contents();
ob_end_clean();
if( $footer_css ) :
echo $footer_css;
else :
$footer_custom_css = get_post_meta( $frontpage_id, '_wpb_shortcodes_custom_css', true );
if( !empty( $footer_custom_css ) ) :
echo '';
endif;
endif;
?>
post_content ); ?>