HEX
Server: LiteSpeed
System: Linux premium235.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: beaupptk (733)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/root/proc/self/cwd/wp-content/plugins/astra-sites/inc/lib/zipwp-images/zipwp-images.php
<?php
/**
 * Plugin Name: ZipWP Images
 * Description: It is a free image library.
 * Author: Brainstorm Force
 * Version: 1.0.20
 * License: GPL v2
 * Text Domain: zipwp-images
 *
 * @package {{package}}
 */

if ( defined( 'ZIPWP_IMAGES_FILE' ) ) {
	return;
}

/**
 * Set constants
 */
define( 'ZIPWP_IMAGES_FILE', __FILE__ );
define( 'ZIPWP_IMAGES_BASE', plugin_basename( ZIPWP_IMAGES_FILE ) );
define( 'ZIPWP_IMAGES_DIR', plugin_dir_path( ZIPWP_IMAGES_FILE ) );
define( 'ZIPWP_IMAGES_URL', plugins_url( '/', ZIPWP_IMAGES_FILE ) );
define( 'ZIPWP_IMAGES_VER', '1.0.20' );

require_once 'zipwp-images-loader.php';