| Server IP : 170.10.162.208 / Your IP : 216.73.216.181 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home1/deltahospital/www/wp-content/plugins/fancy-gallery/ |
Upload File : |
<?php
/*
Plugin Name: Gallery Manager Lite
Plugin URI: https://dennishoppe.de/en/wordpress-plugins/gallery-manager
Description: This awesome Gallery Manager enables you to create and manage image galleries easily. Furthermore it associates linked images in posts and pages with a nice and responsive touch-enabled lightbox.
Version: 1.6.36
Author: Dennis Hoppe
Author URI: https://DennisHoppe.de
*/
if (Version_Compare(PHP_VERSION, '5.5', '<')){
die(sprintf('Your PHP version (%s) is far too old. <a href="https://secure.php.net/supported-versions.php" target="_blank">Please upgrade immediately.</a> Then activate the plugin again.', PHP_VERSION));
}
$includeFiles = function($pattern){
$arr_files = glob($pattern);
if (is_Array($arr_files)){
foreach ($arr_files as $include_file){
include_once $include_file;
}
}
};
# Load core classes
$includeFiles(__DIR__ . '/classes/*.php');
$includeFiles(__DIR__ . '/widgets/*.php');
# Inititalize Plugin
WordPress\Plugin\GalleryManager\Core::init(__FILE__);