PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
kingcomposer
<?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(); $out = ''; $centeralign = ''; if( $center_align == 'enable') { $centeralign =" aligncenter"; } $out .= '<div id="wn-testimonial-tab" class="testimonial-tab-' . $uniqid . '" data-id="' . $uniqid . '" > <div class="testimonial-tab-items"><div class="testimonial-tabs' . $centeralign .'">' . do_shortcode( $content ) . '</div></div> </div>'; echo '' . $out;
[+]
..
[-] kc_column_inner.php
[edit]
[-] kc_single_image.php
[edit]
[-] content_carousel.php
[edit]
[-] kc_row_inner.php
[edit]
[-] kc_column_text.php
[edit]
[-] content_slider_element.php
[edit]
[-] content_carousel_tab.php
[edit]
[-] testimonial_single_tab.php
[edit]
[-] kc_row.php
[edit]
[-] rev_slider_vc.php
[edit]
[-] the_grid.php
[edit]
[-] testimonial_tab_element.php
[edit]
[-] single_slide.php
[edit]