芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/themes/porto/vc_templates/vc_accordion.php
getShortcode(), $atts ); extract( $atts ); //wp_enqueue_script('jquery-ui-accordion'); $id = 'accordion' . rand(); $el_class = $this->getExtraClass( $el_class ); $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'accordion ' . $el_class . ' ' . $type . ( 'custom' == $type && 'custom' != $skin ? ' accordion-' . $skin . ' ' : '' ) . ' ' . $size, $this->settings['base'] ); if ( 'custom' == $type && 'custom' == $skin && ( $heading_color || $heading_bg_color ) ) { $inline_style = ''; $output .= $inline_style; } $output .= '
'; //data-interval="'.$interval.'" $output .= wpb_widget_title( array( 'title' => $title, 'extraclass' => 'wpb_accordion_heading', ) ); $output .= wpb_js_remove_wpautop( $content ); $output .= '
'; echo porto_filter_output( $output );