Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ! ..

Decoded Output download

<?php 
if ( ! defined( 'ABSPATH' ) ) { 
	exit; // Exit if accessed directly. 
} 
 
if ( ! class_exists( 'SALESGEN_US_Loader' ) ) { 
	final class SALESGEN_US_Loader { 
 
		/** 
		 * Member Variable 
		 * 
		 * @var instance 
		 */ 
		private static $instance = null; 
 
		/** 
		 * Member Variable 
		 * 
		 * @var utils 
		 */ 
		public $utils = null; 
 
		public $plugin_slug = ''; 
 
		public $updater = null; 
 
		public $valid = -1; 
 
		private $core_version = '4.3.3'; ?>

Did this file decode correctly?

Original Code

<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

if ( ! class_exists( 'SALESGEN_US_Loader' ) ) {
	final class SALESGEN_US_Loader {

		/**
		 * Member Variable
		 *
		 * @var instance
		 */
		private static $instance = null;

		/**
		 * Member Variable
		 *
		 * @var utils
		 */
		public $utils = null;

		public $plugin_slug = '';

		public $updater = null;

		public $valid = -1;

		private $core_version = '4.3.3';

Function Calls

None

Variables

None

Stats

MD5 b00f2e853ecf176cd75949c1e825c485
Eval Count 0
Decode Time 68 ms