PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/footcrew.com/public_html/wp-content/plugins/kingcomposer/shortcodes/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/footcrew.com/public_html/wp-content/plugins/kingcomposer/shortcodes/kc_tab.php |
<?php /** * kc_tab shortcode **/ $tab_id = $title = ''; extract( $atts ); $css_class = apply_filters( 'kc-el-class', $atts ); $css_class = array_merge($css_class, array( 'kc_tab', 'ui-tabs-panel', 'kc_ui-tabs-hide', 'kc_clearfix' )); if( empty( $tab_id ) || (strpos( $tab_id,'%time%' ))){ $tab_id = sanitize_title( $title ); }else{ $tab_id = esc_attr( $tab_id ); } if( isset( $class ) ) array_push( $css_class, $class ); $output = '<div id="' . $tab_id . '" class="' . esc_attr( implode( ' ', $css_class ) ) . '"><div class="kc_tab_content">'. ( ( '' === trim( $content ) ) ? __( 'Empty tab. Edit page to add content here.', 'kingcomposer' ) : do_shortcode( str_replace('kc_tab#', 'kc_tab', $content ) ) ). '</div></div>'; echo $output;