PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
yith-woocommerce-wishlist
/
templates
<?php /** * Wishlist pages template; load template parts basing on the url * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 3.0.0 */ /** * Template Variables: * * @var $template_part string Sub-template to load * @var $var array Array of attributes that needs to be sent to sub-template */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly ?> <?php /** * Hook: yith_wcwl_wishlist_before_wishlist_content. * * @hooked \YITH_WCWL_Frontend::wishlist_header - 10 */ do_action( 'yith_wcwl_wishlist_before_wishlist_content', $var ); ?> <?php /** * Hook: yith_wcwl_wishlist_main_wishlist_content. * * @hooked \YITH_WCWL_Frontend::main_wishlist_content - 10 */ do_action( 'yith_wcwl_wishlist_main_wishlist_content', $var ); ?> <?php /** * Hook: yith_wcwl_wishlist_after_wishlist_content. * * @hooked \YITH_WCWL_Frontend::wishlist_footer - 10 */ do_action( 'yith_wcwl_wishlist_after_wishlist_content', $var ); ?>
[+]
..
[-] wishlist.php
[edit]
[-] .templates.php
[edit]
[-] add-to-wishlist-added.php
[edit]
[-] add-to-wishlist-browse.php
[edit]
[-] wishlist-view-footer.php
[edit]
[-] wishlist-view-header.php
[edit]
[-] share.php
[edit]
[-] wishlist-view-footer-mobile.php
[edit]
[+]
admin
[-] add-to-wishlist-button.php
[edit]
[-] add-to-wishlist.php
[edit]
[-] wishlist-view.php
[edit]
[-] add-to-wishlist-remove.php
[edit]
[-] wishlist-view-mobile.php
[edit]