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 /** * This file is a part of the miniorange-saml-20-single-sign-on plugin. * ..

Decoded Output download

<?php 
/** 
 * This file is a part of the miniorange-saml-20-single-sign-on plugin. 
 * 
 * @link https://plugins.miniorange.com/ 
 * @author miniOrange 
 * @package miniorange-saml-20-single-sign-on 
 */ 
 
 
namespace MOSAML\LicenseLibrary\Classes; 
 
use MOSAML\LicenseLibrary\Handlers\Mo_License_Actions_Handler; 
use MOSAML\LicenseLibrary\Mo_License_Config; 
use MOSAML\LicenseLibrary\Utils\Mo_License_Actions_Utility; 
if (defined("ABSPATH")) { 
    goto mz; 
} 
exit; 
mz: 
class Mo_License_Actions 
{ 
    private $license_action_handler; 
    public function __construct($de) 
    { 
        $this->license_action_handler = $de; 
        $this->add_license_actions(); 
    } 
    public function add_license_actions() 
    { 
        add_action("init", array($this->license_action_handler, "run_license_cron")); 
        add_action("admin_init", array($this->license_action_handler, "dismiss_admin_license_notice")); 
        add_action("admin_init", array($this->license_action_handler, "refresh_admin_widget_expiry")); 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * This file is a part of the miniorange-saml-20-single-sign-on plugin.
 *
 * @link https://plugins.miniorange.com/
 * @author miniOrange
 * @package miniorange-saml-20-single-sign-on
 */


namespace MOSAML\LicenseLibrary\Classes;

use MOSAML\LicenseLibrary\Handlers\Mo_License_Actions_Handler;
use MOSAML\LicenseLibrary\Mo_License_Config;
use MOSAML\LicenseLibrary\Utils\Mo_License_Actions_Utility;
if (defined("\x41\102\123\x50\x41\124\110")) {
    goto mz;
}
exit;
mz:
class Mo_License_Actions
{
    private $license_action_handler;
    public function __construct($de)
    {
        $this->license_action_handler = $de;
        $this->add_license_actions();
    }
    public function add_license_actions()
    {
        add_action("\151\x6e\151\x74", array($this->license_action_handler, "\x72\x75\x6e\137\x6c\151\143\145\x6e\163\145\x5f\x63\x72\157\156"));
        add_action("\141\144\155\x69\156\x5f\x69\156\151\x74", array($this->license_action_handler, "\x64\151\163\155\x69\163\163\x5f\141\x64\x6d\151\x6e\x5f\x6c\x69\143\145\x6e\x73\145\137\x6e\157\164\151\x63\145"));
        add_action("\141\x64\x6d\x69\156\137\x69\156\x69\x74", array($this->license_action_handler, "\x72\145\146\162\x65\163\150\137\x61\x64\x6d\151\x6e\137\x77\x69\x64\x67\x65\x74\137\145\x78\x70\x69\x72\171"));
    }
}

Function Calls

None

Variables

None

Stats

MD5 8e59d1c23b7c483c9e16c4165f1ce0c8
Eval Count 0
Decode Time 103 ms