0 && get_post_type( $wpbakery_page_id ) == 'page' ) : ?> vc()->addShortcodesCustomCss( $wpbakery_page_id ); $page_css = ob_get_contents(); ob_end_clean(); if( $page_css ) : echo $page_css; else : $page_custom_css = get_post_meta( $wpbakery_page_id, '_wpb_shortcodes_custom_css', true ); if( !empty( $page_custom_css ) ) : echo ''; endif; endif; $the_post = get_post( $wpbakery_page_id ); echo do_shortcode( apply_filters( 'the_content', $the_post->post_content ) ); endif; ?>