????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/plugins/yith-woocommerce-wishlist/templates/ |
Upload File : |
<?php /** * Wishlist pages template; load template parts basing on the url * * @author YITH <[email protected]> * @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 );