Sindbad~EG File Manager

Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/src/Views/
Upload File :
Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/src/Views/Views.php

<?php

/**
 * Admin Views Class
 *
 * @package Give
 */

namespace Give\Views;

defined( 'ABSPATH' ) || exit;

/**
 * Manages Views
 */
class Views {

	/**
	 * Initialize admin and frontend views
	 */
	public function init() {
		// To prevent conflict on we are loading autoload.php when need for now. In future we can loaded it globally.
		require GIVE_PLUGIN_DIR . 'vendor/autoload.php';

		// Load admin views
		$this->load_admin_views();
	}

	public function __construct() {
		// Do nothing
	}

	public function load_admin_views() {
		// Init admin views
		$admin = new Admin();
		$admin->init();
	}

}
$views = new Views();
$views->init();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists