PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
vc_templates
<?php /* main shortcode for Tab Element*/ extract( shortcode_atts( array( 'center_align' => '', ), $atts ) ); wp_enqueue_style( 'wn-deep-testimonial-tab', DEEP_ASSETS_URL . 'css/frontend/testimonial-tab/testimonial-tab.css' ); $uniqid = uniqid(); ob_start(); $centeralign = ''; if( $center_align == 'enable') { $centeralign =" aligncenter"; } ?> <div id="wn-testimonial-tab" class="testimonial-tab-<?php echo '' . $uniqid ?> " data-id="<?php echo '' . $uniqid ?>" > <div class="testimonial-tab-items"><div class="testimonial-tabs<?php echo '' . $centeralign ?> "><?php echo wpb_js_remove_wpautop( $content ); ?></div></div> </div> <?php $out = ob_get_contents(); ob_end_clean(); echo '' . $out;
[+]
..
[-] vc_row.php
[edit]
[-] vc_single_image.php
[edit]
[-] vc_tab.php
[edit]
[-] vc_posts_slider.php
[edit]
[-] vc_carousel.php
[edit]
[-] single_slide.php
[edit]
[-] content_slider_element.php
[edit]
[-] vc_row_inner.php
[edit]
[-] vc_tabs.php
[edit]
[-] vc_column_text.php
[edit]
[-] vc_section.php
[edit]
[-] testimonial_single_tab.php
[edit]
[-] vc_column.php
[edit]
[-] content_carousel_tab.php
[edit]
[-] content_carousel.php
[edit]
[+]
post_block
[-] testimonial_tab_element.php
[edit]