芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/themes/betheme/vc_templates/vc_accordion_tab.php
__("Section", "js_composer") ), $atts)); $css_class = apply_filters(VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_accordion_section group', $this->settings ['base'], $atts); // output ----- echo '
'; echo '
'. esc_html($title) .'
'; echo '
'; if($content == '' || $content == ' '){ echo esc_html__("Empty section. Edit page to add content here.", "js_composer"); } else { echo wpb_js_remove_wpautop($content); } echo '
'; echo '
';