PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-wishlist
/
templates
<?php /** * Wishlist pages template; load template parts basing on the url * * @author YITH <plugins@yithemes.com> * @package YITH\Wishlist\Templates\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 /** * DO_ACTION: yith_wcwl_wishlist_before_wishlist_content * * Allows to render some content or fire some action before the wishlist content. * * @param array $var Array of attributes that needs to be sent to sub-template */ do_action( 'yith_wcwl_wishlist_before_wishlist_content', $var ); ?> <?php /** * DO_ACTION: yith_wcwl_wishlist_before_wishlist_content * * Allows to render some content or fire some action in the wishlist content. * * @param array $var Array of attributes that needs to be sent to sub-template */ do_action( 'yith_wcwl_wishlist_main_wishlist_content', $var ); ?> <?php /** * DO_ACTION: yith_wcwl_wishlist_after_wishlist_content * * Allows to render some content or fire some action after the wishlist content. * * @param array $var Array of attributes that needs to be sent to sub-template */ do_action( 'yith_wcwl_wishlist_after_wishlist_content', $var );
[-] wishlist-view-mobile.php
[edit]
[-] wishlist-view-footer-mobile.php
[edit]
[-] add-to-wishlist-browse.php
[edit]
[-] add-to-wishlist-button.php
[edit]
[+]
..
[-] wishlist-view-header.php
[edit]
[-] add-to-wishlist-added.php
[edit]
[-] add-to-wishlist.php
[edit]
[-] wishlist.php
[edit]
[-] add-to-wishlist-remove.php
[edit]
[-] wishlist-view.php
[edit]
[-] wishlist-view-footer.php
[edit]
[-] share.php
[edit]