X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/themes/betheme/vc_templates
home
/
notabjze
/
pyirates.net
/
wp-content
/
themes
/
betheme
/
vc_templates
/
ðŸ“
..
📄
vc_accordion.php
(825 B)
📄
vc_accordion_tab.php
(688 B)
📄
vc_tabs.php
(1.36 KB)
📄
vc_toggle.php
(1.24 KB)
Editing: vc_accordion_tab.php
<?php $title = ''; extract(shortcode_atts(array( 'title' => __("Section", "js_composer") ), $atts)); $css_class = apply_filters(VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_accordion_section group', $this->settings ['base'], $atts); // output ----- echo '<div class="question '. esc_attr($css_class) .'">'; echo '<div class="title"><i class="icon-plus acc-icon-plus"></i><i class="icon-minus acc-icon-minus"></i>'. esc_html($title) .'</div>'; echo '<div class="answer">'; if($content == '' || $content == ' '){ echo esc_html__("Empty section. Edit page to add content here.", "js_composer"); } else { echo wpb_js_remove_wpautop($content); } echo '</div>'; echo '</div>';
Upload File
Create Folder