芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/themes/porto/vc_templates/vc_tab.php
getShortcode(), $atts ); extract( $atts ); $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'tab-pane fade', $this->settings['base'] ); if ( vc_is_inline() ) { $css_class .= ' tab-content'; } $output .= '
'; $output .= ( '' === trim( $content ) ) ? esc_html__( 'Empty section. Edit page to add content here.', 'js_composer' ) : wpb_js_remove_wpautop( $content ); $output .= '
'; echo porto_filter_output( $output );