HEX
Server: Apache
System: Linux host60.registrar-servers.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: wwwrenee (3804)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwwrenee/public_html/wp-content/plugins/pixelwars-core/pixelwars-core.php
<?php
/*
Plugin Name: Pixelwars Core
Plugin URI:  https://www.pixelwars.org
Description: Advanced features for Pixelwars themes.
Version:     3.0.6
Author:      Pixelwars
Author URI:  https://www.pixelwars.org
License:     ThemeForest License
Text Domain: pixelwars-core
Domain Path: /languages/
*/


/* ============================================================================================================================================= */


	// Don't load directly.
	
	if (! defined('ABSPATH'))
	{
		die('-1'); // Exit if accessed directly.
	}


/* ============================================================================================================================================= */


	function pixelwars_core_load_plugin_textdomain()
	{
		load_plugin_textdomain(
			'pixelwars-core',
			false,
			dirname(plugin_basename(__FILE__)) . '/languages'
		);
	}
	
	add_action('init', 'pixelwars_core_load_plugin_textdomain');


/* ============================================================================================================================================= */


	$pixelwars_core_ABSPATH  = dirname(__FILE__) . '/';
	
	include_once($pixelwars_core_ABSPATH . 'themes/themes.php');

?>