'', 'text' => '', 'filter' => true, 'el_class' => '' ), $atts ) ); $atts['filter'] = true; //Hack to make sure that

added $el_class = $this->getExtraClass( $el_class ); $output = '

'; $type = 'WP_Widget_Text'; $args = array( 'before_title' => '
', 'after_title' => '
' ); if ( strlen( $content ) > 0 ) { $atts['text'] = $content; } ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); $output .= '
' . $this->endBlockComment( 'vc_wp_text' ) . "\n"; echo stm_echo_safe_output($output);