X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/woocommerce
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
woocommerce
/
ðŸ“
..
📄
add-to-wishlist-button.php
(761 B)
📄
add-to-wishlist.php
(2.16 KB)
📄
archive-product.php
(3.07 KB)
ðŸ“
cart
ðŸ“
checkout
📄
compare.php
(9.7 KB)
📄
content-product-classic.php
(2.29 KB)
📄
content-product-list.php
(2.46 KB)
📄
content-product-minimal-hover-shadow-2.php
(2.17 KB)
📄
content-product-minimal-hover-shadow.php
(2.27 KB)
📄
content-product-minimal.php
(2.27 KB)
📄
content-product-widget.php
(1.17 KB)
📄
content-product.php
(3.11 KB)
📄
content-product_cat.php
(1.62 KB)
📄
content-single-product.php
(8.05 KB)
ðŸ“
global
ðŸ“
loop
📄
product-searchform.php
(4.5 KB)
ðŸ“
single-product
📄
single-product-reviews.php
(4.94 KB)
Editing: 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" />
Upload File
Create Folder