Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
dreamleap.star4hire.com
/
wp-content
/
themes
/
edura
/
woocommerce
✏️
Editing: ti-wishlist-product-counter.php
<?php /** * The Template for displaying dropdown wishlist products. * * This template can be overridden by copying it to yourtheme/woocommerce/ti-wishlist-product-counter.php. * * @version 2.3.1 * @package TInvWishlist\Template */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } wp_enqueue_script( 'tinvwl' ); ?> <a href="<?php echo esc_url( tinv_url_wishlist_default() ); ?>" class="cart1 icon-btn"> <i class="far fa-heart"></i> <?php if ( $show_counter ) : ?> <span class="wishlist_products_counter_number badge"></span> <?php endif; ?> </a>
💾 Save Changes
❌ Cancel