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 
 */ 
 
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
 */

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

dirname 1

Variables

$wp_did_header True

Stats

MD5 c4f3681aad29745fce27d5fcc1962d50
Eval Count 0
Decode Time 93 ms