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_title.php |
<?php $text = $post_title = $type = $before = $after = $title_link = $link_url = $link_title = $link_target = $class = $title_wrap = $title_wrap_class = ''; extract( $atts ); if( empty( $type ) ) $type = 'h1'; $wrap_class = apply_filters( 'kc-el-class', $atts ); $class_title = array( 'kc_title' ); $wrap_class[] = 'kc-title-wrap'; if ( !empty( $class ) ) $class_title[] = $class; if ( $title_wrap == 'yes' && !empty( $title_wrap_class ) ) $wrap_class[] = $title_wrap_class; if ( !empty( $title_link ) ) { $link_arr = explode( "|", $title_link ); if ( !empty( $link_arr[0] ) ) $link_url = $link_arr[0]; if ( !empty( $link_arr[1] ) ) $link_title = $link_arr[1]; if ( !empty( $link_arr[2] ) ) $link_target = $link_arr[2]; } if ( $post_title == 'yes'){ $text_title = get_the_title(); if( $text_title != '' ) $text = esc_attr($text_title); } $wrap_class[] = $title_wrap_class; ?> <div class="<?php echo esc_attr( implode( ' ', $wrap_class ) ); ?>"> <?php if ( $title_wrap == 'yes' && !empty( $before ) ) echo $before; echo '<'. $type .' class="'. implode( ' ', $class_title ) . '">'; if ( !empty( $link_url ) ) { echo '<a href="'. esc_url( $link_url ) .'" class="kc_title_link" title="'. esc_attr( $link_title ) .'" target="'. esc_attr( $link_target ) .'">'. $text .'</a>'; } else { echo $text; } echo '</'. $type .'>'; if ( $title_wrap == 'yes' && !empty( $after ) ) echo $after; ?> </div>