GhostManSec
Server: LiteSpeed
System: Linux premium197.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: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/alicreates.com/wp-content/plugins/pixfort-core/pixfort-core.php
<?php
   /*
   Plugin Name: pixfort Core
   Plugin URI: https://themeforest.net/user/PixFort
   description: pixfort Theme Core Plugin.
   Version: 2.0.4
   Author: pixfort
   Author URI: https://pixfort.com
   License: Envato Marketplaces Split License
   Text Domain: pixfort-core
   Domain Path: /languages
   */

   // don't load directly
    if ( ! defined( 'ABSPATH' ) ) {
    	die( '-1' );
    }
   define( 'PIXFORT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
   define( 'PIXFORT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
   define( 'PIXFORT_PLUGIN_VERSION', '2.0.4' );

   require PIXFORT_PLUGIN_DIR . 'admin-init.php';
?>