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 change_license() { delete_option($this->theme_slug . "\x5f\x6c\151\..

Decoded Output download

<?  function change_license() 
    { 
        delete_option($this->theme_slug . "_license_key"); 
        delete_option($this->theme_slug . "_license_key_status"); 
        delete_transient($this->theme_slug . "_license_message"); 
        wp_redirect(admin_url("themes.php?page=" . $this->theme_slug . '')); 
        die; 
    } ?>

Did this file decode correctly?

Original Code

function change_license()
    {
        delete_option($this->theme_slug . "\x5f\x6c\151\143\x65\156\x73\145\x5f\153\x65\171");
        delete_option($this->theme_slug . "\x5f\154\x69\143\x65\x6e\x73\x65\137\153\x65\171\x5f\x73\164\x61\x74\165\x73");
        delete_transient($this->theme_slug . "\x5f\154\151\x63\x65\x6e\163\145\x5f\155\145\163\x73\x61\x67\145");
        wp_redirect(admin_url("\x74\x68\145\155\x65\163\56\160\150\x70\x3f\160\141\x67\145\x3d" . $this->theme_slug . ''));
        die;
    }

Function Calls

None

Variables

None

Stats

MD5 855e700df04dc06bc2350699cc0c66a8
Eval Count 0
Decode Time 35 ms