芝麻web文件管理V1.00
编辑当前文件:/home/disqkgca/aqanet.org/wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php
getShortCode( 'vc_custom_heading' ); $data = vc_map_integrate_parse_atts( $this->shortcode, 'vc_custom_heading', $atts, 'custom_' ); $data['text'] = $atts['title']; return $custom_heading->render( array_filter( $data ) ); } else { return '
' . esc_html( $atts['title'] ) . '
'; } } }