Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-includes/ID3/ova-brw.zip
Назад
PK 0w-]dxv`� � ova-brw.phpnu ��� <?php /* Plugin Name: Travel and Tour Booking Plugin Plugin URI: https://themeforest.net/user/ovatheme/portfolio Description: OvaTheme Travel and Tour Booking WooCommerce Plugin. Author: Ovatheme Version: 1.3.5 Author URI: https://themeforest.net/user/ovatheme Text Domain: ova-brw Domain Path: /languages/ */ if ( !defined( 'ABSPATH' ) ) exit(); if( !class_exists( 'OVABRW' ) ) { class OVABRW { /** * OVABRW Constructor */ public function __construct() { $this->define_constants(); $this->includes(); add_action('init',array($this, 'ovabrw_manage_booking' ) ); $this->ovabrw_register_elementor(); } /** * Define constants */ public function define_constants() { define( 'OVABRW_PLUGIN_FILE', __FILE__ ); define( 'OVABRW_PLUGIN_URI', plugin_dir_url( __FILE__ ) ); define( 'OVABRW_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); load_plugin_textdomain( 'ova-brw', false, basename( dirname( __FILE__ ) ) .'/languages' ); } /** * Include files */ public function includes() { // Funciton require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-functions.php' ); // Add taxonomy type require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-taxonomy.php' ); // Add Js Css require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-assets.php' ); // Cart require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-cart.php' ); // Calculate Before add to cart require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-cus-cal-cart.php' ); // Get order require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-get-data.php' ); // Add tab beside description require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-extra-tab.php' ); // Filter name require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw_hooks.php' ); // Deposit require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw_deposit.php' ); // Ajax require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw_ajax.php' ); // Register Custom Post Type require_once( OVABRW_PLUGIN_PATH.'/custom-post-type/register_cpt.php' ); // Shortcode // require_once( OVABRW_PLUGIN_PATH.'/shortcodes/shortcodes.php' ); // Cron require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-cron.php' ); // Send mail require_once( OVABRW_PLUGIN_PATH.'/inc/ovabrw-mail.php' ); } public function ovabrw_manage_booking(){ require_once( OVABRW_PLUGIN_PATH.'/admin/init.php' ); } function ovabrw_register_elementor() { /* Make Elementors */ if ( did_action( 'elementor/loaded' ) ) { include OVABRW_PLUGIN_PATH.'elementor/ovabrw-register-elementor.php'; } } } } if(!function_exists('is_plugin_active')){ include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // Require plugin.php to use is_plugin_active() below } if ( is_plugin_active( 'woocommerce/woocommerce.php' )) { new OVABRW(); } PK 0w-]3~�X�3 �3 ) ovabrw-templates/single/ovabrw_search.phpnu ��� <?php if( ! defined( 'ABSPATH' ) ) exit(); extract( $args ); $dateformat = ovabrw_get_date_format(); $placeholder = ovabrw_get_placeholder_date( $dateformat ); $hour_default = ovabrw_get_setting( get_option( 'ova_brw_booking_form_default_hour', '07:00' ) ); $time_step = ovabrw_get_setting( get_option( 'ova_brw_booking_form_step_time', '30' ) ); // form action $action = home_url(); if ( isset( $args['search_result'] ) && ( 'new_page' == $args['search_result'] ) ) { $action = $args['search_result_url']['url']; } // form method $method = isset( $args['method'] ) ? $args['method'] : 'GET'; $data_get = $_GET; $id_selected = isset( $data_get['ovabrw_destination'] ) ? sanitize_text_field( $data_get['ovabrw_destination'] ) : 0; if ( ! $id_selected && isset( $destination_default ) && $destination_default ) { $id_selected = $destination_default; } $ovabrw_pickup_date = isset( $data_get['ovabrw_pickup_date'] ) ? sanitize_text_field( $data_get['ovabrw_pickup_date'] ) : ''; // guests ( adult & children ) $max_adult = $args['max_adult']; $min_adult = $args['min_adult']; $show_adult = $args['show_adult']; $max_children = $args['max_children']; $min_children = $args['min_children']; $show_children = $args['show_children']; $max_baby = $args['max_baby']; $min_baby = $args['min_baby']; $show_baby = $args['show_baby']; $guests_label = $args['guests_label']; $show_guests = $args['show_guests']; $adults_label = $args['adults_label']; $childrens_label = $args['childrens_label']; $babies_label = $args['babies_label']; $icon_guests = $args['icon_guests']; $default_adult_number = isset( $data_get['ovabrw_adults'] ) ? absint( $data_get['ovabrw_adults'] ) : absint( $args['default_adult_number'] ); $default_children_number = isset( $data_get['ovabrw_childrens'] ) ? absint( $data_get['ovabrw_childrens'] ) : absint( $args['default_children_number'] ); $default_babies_number = isset( $data_get['ovabrw_babies'] ) ? absint( $data_get['ovabrw_babies'] ) : absint( $args['default_babies_number'] ); $guests = $default_adult_number + $default_children_number + $default_babies_number; $guests_placeholder = $args['guests_placeholder']; // button $icon_button = $args['icon_button']; $button_label = $args['button_label']; // check in $icon_check_in = $args['icon_check_in']; $check_in_label = $args['check_in_label']; $show_check_in = $args['show_check_in']; // custom taxonomy $icon_custom_taxonomy = $args['icon_custom_taxonomy']; $custom_taxonomy_label = $args['custom_taxonomy_label']; $custom_taxonomy_placeholder = $args['custom_taxonomy_placeholder']; $slug_custom_taxonomy = $args['slug_custom_taxonomy']; $slug_value_selected = ''; if ( $slug_custom_taxonomy ) { $slug_value_selected = isset( $data_get[$slug_custom_taxonomy.'_name'] ) ? sanitize_text_field( $data_get[$slug_custom_taxonomy.'_name'] ) : 'all'; } $ctx_slug_value_selected = isset( $args['ctx_slug_value_selected'] ) ? $args['ctx_slug_value_selected'] : ''; if ( $ctx_slug_value_selected ) { $slug_value_selected = $ctx_slug_value_selected; } if ( isset( $data_get[$slug_custom_taxonomy.'_name'] ) && sanitize_text_field( $data_get[$slug_custom_taxonomy.'_name'] ) ) { $slug_value_selected = sanitize_text_field( $data_get[$slug_custom_taxonomy.'_name'] ); } $terms = get_taxonomy( $slug_custom_taxonomy ); // Categories $search_categories = isset($args['search_categories']) ? $args['search_categories'] : []; // Destination $icon_destination = $args['icon_destination']; $destination_label = $args['destination_label']; $destination_placeholder = $args['destination_placeholder']; $show_destination = $args['show_destination']; // Taxonomies $mutiple_custom_taxonomy = $args['mutiple_custom_taxonomy']; $list_taxonomies = isset( $args['list_custom_taxonomy'] ) ? $args['list_custom_taxonomy'] : array(); $data_taxonomies = array(); if ( ! isset( $template ) ) $template = ''; ?> <div class="ovabrw-search ovabrw-search-<?php echo esc_attr($template);?>"> <form action="<?php echo esc_url( $action ); ?>" method="<?php echo esc_attr( $method ); ?>" class="ovabrw-search-form"> <div class="ovabrw-s-field"> <!-- destinations dropdown --> <?php if ( $show_destination === 'yes' ): ?> <div class="search-field"> <div class="ovabrw-label"> <?php if( $icon_destination ) { \Elementor\Icons_Manager::render_icon( $icon_destination, [ 'aria-hidden' => 'true' ] ); } ?> <span class="label"><?php echo esc_html( $destination_label ); ?></span> </div> <div class="ovabrw-input search_in_destination"> <?php echo ovabrw_destination_dropdown( $destination_placeholder, $id_selected ); ?> </div> </div> <?php endif; ?> <?php if( !empty( $slug_custom_taxonomy ) && !empty( $terms ) ) : ?> <!-- custom taxonomy --> <div class="search-field"> <div class="ovabrw-label"> <?php if( $icon_custom_taxonomy ) { \Elementor\Icons_Manager::render_icon( $icon_custom_taxonomy, [ 'aria-hidden' => 'true' ] ); } ?> <span class="label"><?php echo esc_html( $custom_taxonomy_label ); ?></span> </div> <div class="ovabrw-input search_in_taxonomy"> <?php echo ovabrw_search_taxonomy_dropdown( $slug_custom_taxonomy, $custom_taxonomy_placeholder, $slug_value_selected, 'required' ); ?> </div> </div> <?php endif; ?> <!-- Taxonomies --> <?php if ( $mutiple_custom_taxonomy === 'yes' && ! empty( $list_taxonomies ) && is_array( $list_taxonomies ) ): ?> <?php foreach( $list_taxonomies as $data_taxonomy ): $item_slug_taxonomy = isset( $data_taxonomy['item_slug_taxonomy'] ) ? $data_taxonomy['item_slug_taxonomy'] : ''; $item_icon_taxonomy = isset( $data_taxonomy['item_icon_taxonomy'] ) ? $data_taxonomy['item_icon_taxonomy'] : ''; $item_taxonomy_label = isset( $data_taxonomy['item_taxonomy_label'] ) ? $data_taxonomy['item_taxonomy_label'] : ''; $item_taxonomy_placeholder = isset( $data_taxonomy['item_taxonomy_placeholder'] ) ? $data_taxonomy['item_taxonomy_placeholder'] : ''; if ( ! $item_slug_taxonomy ) continue; $item_slug_default = isset( $data_get[$item_slug_taxonomy.'_name'] ) ? sanitize_text_field( $data_get[$item_slug_taxonomy.'_name'] ) : 'all'; $item_taxonomy_value = isset( $data_taxonomy['item_taxonomy_value_'.$item_slug_taxonomy] ) ? sanitize_text_field( $data_taxonomy['item_taxonomy_value_'.$item_slug_taxonomy] ) : ''; if ( $item_taxonomy_value ) { $item_slug_default = $item_taxonomy_value; } if ( isset( $data_get[$item_slug_taxonomy.'_name'] ) && sanitize_text_field( $data_get[$item_slug_taxonomy.'_name'] ) ) { $item_slug_default = sanitize_text_field( $data_get[$item_slug_taxonomy.'_name'] ); } $item_tern = get_taxonomy( $item_slug_taxonomy ); ?> <?php if ( $item_slug_taxonomy && ! empty( $item_tern ) ): array_push( $data_taxonomies, trim($item_slug_taxonomy) ); ?> <div class="search-field"> <div class="ovabrw-label"> <?php if ( $item_icon_taxonomy ) { \Elementor\Icons_Manager::render_icon( $item_icon_taxonomy, [ 'aria-hidden' => 'true' ] ); } ?> <span class="label"><?php echo esc_html( $item_taxonomy_label ); ?></span> </div> <div class="ovabrw-input search_in_taxonomy"> <?php echo ovabrw_search_taxonomy_dropdown( $item_slug_taxonomy, $item_taxonomy_placeholder, $item_slug_default, 'required' ); ?> </div> </div> <?php endif; endforeach; endif; ?> <!-- time check in --> <?php if ( $show_check_in === 'yes' ): ?> <div class="search-field"> <div class="ovabrw-input"> <div class="ovabrw-label"> <?php if( $icon_check_in ) { \Elementor\Icons_Manager::render_icon( $icon_check_in, [ 'aria-hidden' => 'true' ] ); } ?> <span class="label"><?php echo esc_html( $check_in_label ); ?></span> </div> <input type="text" name="ovabrw_pickup_date" value="<?php echo esc_attr( $ovabrw_pickup_date ); ?>" class="ovabrw_datetimepicker ovabrw_start_date" placeholder="<?php echo esc_attr( $placeholder ); ?>" autocomplete="off" data-hour_default="<?php echo esc_attr( $hour_default ); ?>" data-time_step="<?php echo esc_attr( $time_step ); ?>" data-dateformat="<?php echo esc_attr( $dateformat ); ?>" onkeydown="return false" onfocus="blur();" /> </div> </div> <?php endif; ?> <!-- guest --> <?php if ( $show_guests === 'yes' ): ?> <div class="search-field guestspicker-control"> <div class="ovabrw-input ovabrw-guestspicker-content-wrapper"> <div class="ovabrw-label"> <?php if( $icon_guests ) { \Elementor\Icons_Manager::render_icon( $icon_guests, [ 'aria-hidden' => 'true' ] ); } ?> <span class="label"><?php echo esc_html( $guests_label ); ?></span> </div> <div class="ovabrw-guestspicker"> <div class="guestspicker"> <span class="gueststotal"><?php echo esc_html( $guests ); ?></span> <span class="guestslabel"><?php echo esc_html( $guests_placeholder ); ?></span> </div> </div> <div class="ovabrw-guestspicker-content"> <?php if ( $show_adult === 'yes' ): ?> <div class="guests-buttons"> <div class="description"> <label><?php echo esc_html( $adults_label ); ?></label> </div> <div class="guests-button"> <div class="guests-icon minus"> <i class="fas fa-minus"></i> </div> <input type="text" id="ovabrw_adults" name="ovabrw_adults" class="ovabrw_adults" value="<?php echo esc_attr( $default_adult_number ); ?>" min="<?php echo esc_attr( $min_adult ); ?>" max="<?php echo esc_attr( $max_adult ); ?>" /> <div class="guests-icon plus"> <i class="fas fa-plus"></i> </div> </div> </div> <?php endif; ?> <?php if ( $show_children === 'yes' ): ?> <div class="guests-buttons"> <div class="description"> <label><?php echo esc_html( $childrens_label ); ?></label> </div> <div class="guests-button"> <div class="guests-icon minus"> <i class="fas fa-minus"></i> </div> <input type="text" id="ovabrw_childrens" name="ovabrw_childrens" class="ovabrw_childrens" value="<?php echo esc_attr( $default_children_number ); ?>" min="<?php echo esc_attr( $min_children ); ?>" max="<?php echo esc_attr( $max_children ); ?>" /> <div class="guests-icon plus"> <i class="fas fa-plus"></i> </div> </div> </div> <?php endif; ?> <?php if ( $show_baby === 'yes' ): ?> <div class="guests-buttons"> <div class="description"> <label><?php echo esc_html( $babies_label ); ?></label> </div> <div class="guests-button"> <div class="guests-icon minus"> <i class="fas fa-minus"></i> </div> <input type="text" id="ovabrw_babies" name="ovabrw_babies" class="ovabrw_babies" value="<?php echo esc_attr( $default_babies_number ); ?>" min="<?php echo esc_attr( $min_baby ); ?>" max="<?php echo esc_attr( $max_baby ); ?>" /> <div class="guests-icon plus"> <i class="fas fa-plus"></i> </div> </div> </div> <?php endif; ?> </div> </div> </div> <?php endif; ?> <!-- button --> <div class="ovabrw-search-btn"> <?php if ( isset( $args['search_result'] ) && ( 'default' == $args['search_result'] ) ): ?> <input type="hidden" name="ovabrw_search_product" value="ovabrw_search_product" /> <?php if( !empty($search_categories) ) : ?> <input type="hidden" name="cat" value="<?php echo esc_attr( implode( '|', $search_categories ) ); ?>" /> <?php endif; ?> <input type="hidden" name="ovabrw_slug_custom_taxonomy" value="<?php echo esc_attr( $slug_custom_taxonomy ); ?>" /> <input type="hidden" name="ovabrw_slug_taxonomies" value="<?php echo esc_attr( implode( '|', $data_taxonomies ) ); ?>" /> <input type="hidden" name="ovabrw_search" value="search_item" /> <input type="hidden" name="post_type" value="product" /> <?php endif; ?> <button class="ovabrw-btn" type="submit"> <?php if( $icon_button ) { \Elementor\Icons_Manager::render_icon( $icon_button, [ 'aria-hidden' => 'true' ] ); } printf( $button_label ); ?> </button> </div> </div> </form> </div>PK 0w-],�A$ $ / ovabrw-templates/single/product_filter_ajax.phpnu ��� <?php if ( ! defined( 'ABSPATH' ) ) exit; if ( isset( $args['id'] ) && $args['id'] ) { $id = $args['id']; } else { $id = get_the_id(); } // products $show_on_sale = isset( $args['show_on_sale'] ) ? $args['show_on_sale'] : 'no' ; $show_featured = isset( $args['show_featured'] ) ? $args['show_featured'] : 'yes' ; $show_wishlist = isset( $args['show_wishlist'] ) ? $args['show_wishlist'] : 'yes' ; $show_duration = isset( $args['show_duration'] ) ? $args['show_duration'] : 'yes' ; $show_title = isset( $args['show_title'] ) ? $args['show_title'] : 'yes' ; $show_location = isset( $args['show_location'] ) ? $args['show_location'] : 'yes' ; $show_rating = isset( $args['show_rating'] ) ? $args['show_rating'] : 'yes' ; $show_price = isset( $args['show_price'] ) ? $args['show_price'] : 'yes' ; $show_button = isset( $args['show_button'] ) ? $args['show_button'] : 'yes' ; $posts_per_page = isset( $args['posts_per_page'] ) ? $args['posts_per_page'] : 4 ; $orderby = isset( $args['product_orderby'] ) ? $args['product_orderby'] : 'ID' ; $order = isset( $args['product_order'] ) ? $args['product_order'] : 'DESC' ; $filter_title = isset( $args['filter_title'] ) ? $args['filter_title'] : '' ; // categories $args_categories = isset( $args['categories'] ) ? $args['categories'] : array('all') ; if ( $args_categories === 'all') { $args_categories = array('all'); } $pro_args = array( 'taxonomy' => 'product_cat', 'orderby' => $args['orderby'], 'order' => $args['order'] ); $catAll = isset( $args['catAll'] ) ? $args['catAll'] : esc_html__('All','ova-brw'); $categories = get_categories($pro_args); // Additional Options Slider $data_options['items'] = isset( $args['item_number'] ) ? $args['item_number'] : 1 ; $data_options['slideBy'] = isset( $args['slides_to_scroll'] ) ? $args['slides_to_scroll'] : 1 ; $data_options['margin'] = isset( $args['margin_items'] ) ? $args['margin_items'] : 0 ; $data_options['autoplayTimeout'] = isset( $args['autoplay_speed'] ) ? $args['autoplay_speed'] : 3000; $data_options['smartSpeed'] = isset( $args['smartspeed'] ) ? $args['smartspeed'] : 500; $data_options['autoplayHoverPause'] = $args['pause_on_hover'] === 'yes' ? true : false; $data_options['loop'] = $args['infinite'] === 'yes' ? true : false; $data_options['autoplay'] = $args['autoplay'] === 'yes' ? true : false; $data_options['nav'] = $args['nav_control'] === 'yes' ? true : false; $data_options['dots'] = $args['dots_control'] === 'yes' ? true : false; $data_options['rtl'] = is_rtl() ? true : false; $args_show = array( 'show_featured' => $show_featured, 'show_wishlist' => $show_wishlist, 'show_duration' => $show_duration, 'show_title' => $show_title, 'show_location' => $show_location, 'show_rating' => $show_rating, 'show_price' => $show_price, 'show_button' => $show_button, ); ?> <div class="ova-product-filter-ajax" data-show_on_sale="<?php echo esc_attr( $show_on_sale ); ?>" data-args_show="<?php echo esc_attr( json_encode($args_show) ); ?>" data-posts_per_page="<?php echo esc_attr( $posts_per_page ); ?>" data-orderby="<?php echo esc_attr( $orderby ); ?>" data-order="<?php echo esc_attr( $order ); ?>" > <ul class="product-filter-category"> <?php if(!empty($filter_title)) { ?> <li class="filter-title"> <?php echo esc_html($filter_title);?> </li> <?php } ?> <li class="product-filter-button active-category" data-slug="all"> <span class="category"><?php echo esc_html( $catAll ); ?></span> <i aria-hidden="true" class="icomoon icomoon-angle-right"></i> </li> <?php if( !empty( $categories ) && is_array( $categories ) ) : ?> <?php foreach ( $categories as $category ) : $name = $category->name; $slug = $category->slug; ?> <?php if( in_array( $slug, $args_categories ) ) : ?> <li class="product-filter-button" data-slug="<?php echo esc_attr($slug);?>"> <span class="category"><?php echo esc_html( $name ); ?></span> <i aria-hidden="true" class="icomoon icomoon-angle-right"></i> </li> <?php endif; ?> <?php endforeach; ?> <?php endif; ?> </ul> <div class="content-item slide-product owl-carousel owl-theme" data-options="<?php echo esc_attr(json_encode($data_options)); ?>"> </div> </div>PK 0w-] �dЪ � + ovabrw-templates/single/custom_taxonomy.phpnu ��� <?php /** * The template for displaying contact form 7 within single * * This template can be overridden by copying it to yourtheme/ovabrw-templates/single/custom_taxonomy.php * */ if ( ! defined( 'ABSPATH' ) ) exit(); // Get product_id from do_action - use when insert shortcode if ( isset( $args['id'] ) && $args['id'] ) { $pid = $args['id']; } else { $pid = get_the_id(); } // Check product type: rental $product = wc_get_product( $pid ); if ( ! $product || $product->get_type() !== 'ovabrw_car_rental' ) return; $all_cus_tax = ovabrw_get_taxonomy_choosed_product( $pid ); ?> <?php if ( $all_cus_tax ) { ?> <ul class="ovabrw_cus_taxonomy"> <?php foreach( $all_cus_tax as $key => $value ) { ?> <li class="<?php echo $key; ?>"> <label> <?php echo esc_html( $value['name'] ); ?> </label> <span> <?php echo implode(', ', $value['value']); ?> </span> </li> <?php } ?> </ul> <?php } ?>PK 0w-]9��� � . ovabrw-templates/single/product_categories.phpnu ��� <?php if( ! defined( 'ABSPATH' ) ) exit(); $icon = $args['icon'] ? $args['icon'] : ''; $text_view_details = $args['label_view_details']; $show_image = $args['show_image']; $show_title = $args['show_title']; $show_product_counts = $args['show_product_counts']; $text_product_counts = isset($args['text_product_counts']) ? $args['text_product_counts'] : '' ; // data option carousel $data_options['items'] = $args['item_number']; $data_options['slideBy'] = $args['slides_to_scroll']; $data_options['margin'] = $args['margin_items']; $data_options['autoplayHoverPause'] = $args['pause_on_hover'] === 'yes' ? true : false; $data_options['loop'] = $args['infinite'] === 'yes' ? true : false; $data_options['autoplay'] = $args['autoplay'] === 'yes' ? true : false; $data_options['autoplayTimeout'] = $args['autoplay_speed']; $data_options['smartSpeed'] = $args['smartspeed']; $data_options['dots'] = false; $data_options['nav'] = $args['nav_control'] === 'yes' ? true : false; $data_options['rtl'] = is_rtl() ? true: false; // categories $categories = isset( $args['categories'] ) ? $args['categories'] : array('all') ; if ( $categories == 'all') { $categories = array('all'); } // get data $args_term = array( 'taxonomy' => 'product_cat', 'orderby' => 'slug', 'hide_empty' => true, ); if ( !empty($categories) && !in_array('all', $categories) ) { $args_term['include'] = $categories; } $terms = get_terms( $args_term ); ?> <div class="ova_product_categories owl-carousel owl-theme" data-options="<?php echo esc_attr(json_encode($data_options)); ?>"> <?php foreach ($terms as $term) : $thumbnail_id = get_term_meta($term->term_id, 'thumbnail_id', true); $thumbnail_url = wp_get_attachment_url($thumbnail_id) ? wp_get_attachment_url($thumbnail_id) : wc_placeholder_img_src('thumbnail'); $name = $term->name; $link = get_term_link( $term->term_id, 'product_cat' ); ?> <div class="item"> <?php if( $show_image == 'yes') { ?> <div class="image-thumbnail"> <img src="<?php echo esc_url($thumbnail_url); ?>" alt="<?php echo esc_html($name);?>"> <?php if( $text_view_details != '' || $icon['value'] != '' ): ?> <a href="<?php echo esc_url( $link ); ?>" class="btn read-more"> <span> <?php echo esc_html($text_view_details); ?> </span> <?php if( $icon['value'] != '' ){ \Elementor\Icons_Manager::render_icon( $icon, [ 'aria-hidden' => 'true' ] ); } ?> </a> <?php endif; ?> </div> <?php } ?> <?php if( $show_title == 'yes') { ?> <h4 class="title"> <a href="<?php echo esc_url( $link ); ?>" > <?php echo esc_html($name); ?> </a> </h4> <?php } ?> <?php if( $show_product_counts == 'yes') { ?> <div class="counts"> <span><?php echo esc_html($term->count) . esc_html__('+','ova-brw');?></span> <span class="text"><?php echo esc_html($text_product_counts);?></span> </div> <?php } ?> <?php if( $show_image != 'yes') { ?> <div class="image-thumbnail no-thumbnail"> <?php if( $text_view_details != '' || $icon['value'] != '' ): ?> <a href="<?php echo esc_url( $link ); ?>" class="btn read-more"> <span> <?php echo esc_html($text_view_details); ?> </span> <?php if( $icon['value'] != '' ){ \Elementor\Icons_Manager::render_icon( $icon, [ 'aria-hidden' => 'true' ] ); } ?> </a> <?php endif; ?> </div> <?php } ?> </div> <?php endforeach; ?> </div>PK 0w-]�KX�<J <J '