';
$output .= wpb_widget_title(
array(
'title' => $title,
'extraclass' => $element . '_heading',
)
);
if ( ! in_array( $position, array( 'bottom-left', 'bottom-right', 'bottom-justify', 'bottom-center', 'vertical-right' ) ) ) {
$output .= $tabs_nav;
}
$child_content = preg_replace( '/tab-pane/', 'tab-pane active show', wpb_js_remove_wpautop( $content ), 1 );
if ( vc_is_inline() ) {
$output .= $child_content;
} else {
$output .= '
' . $child_content . '
';
}
if ( in_array( $position, array( 'bottom-left', 'bottom-right', 'bottom-justify', 'bottom-center', 'vertical-right' ) ) ) {
$output .= $tabs_nav;
}
$output .= '
';
if ( vc_is_inline() ) {
$output .= '