芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/themes/betheme/vc_templates/vc_accordion.php
'', 'interval' => 0, 'el_class' => '', 'collapsible' => 'no', 'active_tab' => '1' ), $atts)); $el_class = $this->getExtraClass($el_class); $css_class = apply_filters(VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'accordion wpb_content_element ' . $el_class . ' not-column-inherit', $this->settings['base'], $atts); $class = ''; if ($collapsible == 'yes') { $class .= ' toggle'; } // output ----- echo '
'; if ($title) { echo '
'. esc_html($title) .'
'; } echo '
'; echo wpb_js_remove_wpautop($content); echo '
'; echo '
';