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

Signing you up...

Thank you for signing up!

PHP Decode

function license_menu() { $strings = $this->strings; add_menu_page(..

Decoded Output download

<?  function license_menu() 
    { 
        $strings = $this->strings; 
        add_menu_page($strings["theme-license"], $strings["theme-license"], "manage_options", $this->theme_slug . '', array($this, "license_page"), "dashicons-admin-network"); 
    } ?>

Did this file decode correctly?

Original Code

function license_menu()
    {
        $strings = $this->strings;
        add_menu_page($strings["\164\150\x65\155\145\x2d\154\x69\143\x65\156\163\145"], $strings["\x74\x68\x65\x6d\x65\55\x6c\151\x63\x65\x6e\x73\x65"], "\155\x61\x6e\x61\x67\145\x5f\157\x70\x74\151\x6f\x6e\x73", $this->theme_slug . '', array($this, "\154\151\143\145\x6e\163\145\137\x70\x61\x67\x65"), "\144\x61\x73\150\x69\143\157\156\x73\x2d\x61\x64\x6d\x69\x6e\x2d\x6e\145\164\x77\x6f\x72\x6b");
    }

Function Calls

None

Variables

None

Stats

MD5 db570ce24cba61d9e0f101067887c97c
Eval Count 0
Decode Time 58 ms