/
/
home
/
melaqxso
/
public_html
/
wp-content
/
themes
/
hub
/
woocommerce
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/themes/hub/woocommerce
Edit:
/home/melaqxso/public_html/wp-content/themes/hub/woocommerce/add-to-wishlist-button.php
<?php /** * Add to wishlist button template * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 2.0.8 */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly global $product; ?> <a href="<?php echo esc_url( add_query_arg( 'add_to_wishlist', $product_id ) )?>" rel="nofollow" data-product-id="<?php echo esc_attr( $product_id ) ?>" data-product-type="<?php echo esc_attr( $product_type ) ?>" class="<?php echo esc_attr( $link_classes ) ?>" > <?php echo wp_kses_post( $icon ) ?> <?php echo wp_kses_post( $label ) ?> </a> <img src="<?php echo esc_url( YITH_WCWL_URL . 'assets/images/wpspin_light.gif' ) ?>" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" />
Ukuran: 761 B