| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/wp-content/plugins/yith-woocommerce-wishlist/templates/ |
Upload File : |
<?php
/**
* Wishlist pages template; load template parts basing on the url
*
* @author YITH
* @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
/**
* 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 );