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/class-yith-wcwl-admin-legacy.php.tar
wp-content/plugins/yith-woocommerce-wishlist/includes/legacy/class-yith-wcwl-admin-legacy.php000064400000001344151542050530036720 0ustar00var/www/vhosts/uyarreklam.com.tr/httpdocs<?php
/**
 * Legacy admin init class
 *
 * @package YITH\Wishlist\Legacy\Classes
 * @author  YITH <plugins@yithemes.com>
 */

defined( 'YITH_WCWL' ) || exit; // Exit if accessed directly.

if ( ! class_exists( 'YITH_WCWL_Admin_Legacy' ) ) {
	/**
	 * Initiator class. Create and populate admin views.
	 *
	 * @since 4.0.0
	 */
	abstract class YITH_WCWL_Admin_Legacy {
		/**
		 * Register wishlist panel
		 *
		 * @return void
		 * @depreacted since 4.0.0
		 * @see        YITH_WCWL_Admin_Panel::register_panel
		 */
		public function register_panel() {
			wc_deprecated_function( 'YITH_WCWL_Admin::register_panel()', '4.0.0', 'YITH_WCWL_Admin_Panel::register_panel()' );
			YITH_WCWL_Admin_Panel::get_instance()->register_panel();
		}
	}
}