HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/wishlist.php.tar
uyarreklam.com.tr/httpdocs/wp-content/plugins/yith-woocommerce-wishlist/templates/wishlist.php000064400000002466151537423160032145 0ustar00var/www/vhosts<?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 );