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