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 global $app; if ( isset( $app ) ) { $this->context()->add_token_tag..
Decoded Output download
<?php
global $app;
if ( isset( $app ) ) {
$this->context()->add_token_tag( 'mtwpcategories' );
$this->context()->add_token_tag( 'mtwplist_categories' );
$this->context()->add_token_tag( 'mtwpsubcategories' );
}
?>
Did this file decode correctly?
Original Code
<?php
global $app;
if ( isset( $app ) ) {
$this->context()->add_token_tag( 'mtwpcategories' );
$this->context()->add_token_tag( 'mtwplist_categories' );
$this->context()->add_token_tag( 'mtwpsubcategories' );
}
?>
Function Calls
None |
Stats
MD5 | 56d0cedc1ba3a4c0b0e8c105cc45af66 |
Eval Count | 0 |
Decode Time | 98 ms |