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 /** * The template for displaying 404 pages (Not Found). * * @package WordPress ..

Decoded Output download

<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package WordPress
 * @subpackage Boilerplate
 * @since Boilerplate 1.0
 */

wp_redirect(get_bloginfo('url').'?not_found=1',302);
exit;
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package WordPress
 * @subpackage Boilerplate
 * @since Boilerplate 1.0
 */

wp_redirect(get_bloginfo('url').'?not_found=1',302);
exit;

Function Calls

get_bloginfo 1

Variables

None

Stats

MD5 ca518b4a1e1065410233de076e24368c
Eval Count 0
Decode Time 105 ms