HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/biblioteka/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';