HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/astra-sites/inc/lib/getting-started/getting-started.php
<?php
/**
 * Plugin Name: Getting Started
 * Description: It is a library which helps you to complete the website setup.
 * Author: Brainstorm Force
 * Version: 1.0.2
 * License: GPL v2
 * Text Domain: getting-started
 *
 * @package getting-started
 */

if ( defined( 'GS_FILE' ) ) {
	return;
}
/**
 * Set constants
 */
define( 'GS_FILE', __FILE__ );
define( 'GS_BASE', plugin_basename( GS_FILE ) );
define( 'GS_DIR', plugin_dir_path( GS_FILE ) );
define( 'GS_URL', plugins_url( '/', GS_FILE ) );
define( 'GS_VER', '1.0.0' );

require_once 'getting-started-plugin-loader.php';