';
if( ! empty( $atts['use_custom_heading'] ) ){
$heading = $this->getHeading( $atts );
} else {
$heading = $title;
}
echo '
'. $heading .'
';
$css_class = apply_filters(VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_toggle_content answer' . $el_class, $this->settings['base'], $atts);
echo '
'. wpb_js_remove_wpautop($content, true) .'
'. $this->endBlockComment('toggle') ."\n";
echo '