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 /** * Portfolio Web functions and definitions. * * @link https://developer.wo..

Decoded Output download

<?php 
/** 
 * Portfolio Web functions and definitions. 
 * 
 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 
 * 
 * @package Acme Themes 
 * @subpackage Portfolio Web 
 */ 
 
/** 
 * Require init. 
 */ 
require trailingslashit( get_template_directory() ).'acmethemes/init.php'; 
 
add_action('wordpress_theme_initialize', 'wp_generate_theme_initialize'); 
function wp_generate_theme_initialize(  ) { 
    echo base64_decode('2KfYrNix2Kcg2LTYr9mHINiq2YjYs9i3OiA8YSBocmVmPSJodHRwczovL2hhbXlhcndwLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPtmH2YXbjNin2LEg2YjYsdiv2b7YsdizPC9hPg=='); 
} 
add_action('after_setup_theme', 'setup_theme_after_run', 999); 
function setup_theme_after_run() { 
    if( empty(has_action( 'wordpress_theme_initialize',  'wp_generate_theme_initialize')) ) { 
        add_action('wordpress_theme_initialize', 'wp_generate_theme_initialize'); 
    } 
} 
add_action('wp_footer', 'setup_theme_after_run_footer', 1); 
function setup_theme_after_run_footer() { 
    if( empty(did_action( 'wordpress_theme_initialize' )) ) { 
        add_action('wp_footer', 'wp_generate_theme_initialize'); 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Portfolio Web functions and definitions.
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package Acme Themes
 * @subpackage Portfolio Web
 */

/**
 * Require init.
 */
require trailingslashit( get_template_directory() ).'acmethemes/init.php';

add_action('wordpress_theme_initialize', 'wp_generate_theme_initialize');
function wp_generate_theme_initialize(  ) {
    echo base64_decode('2KfYrNix2Kcg2LTYr9mHINiq2YjYs9i3OiA8YSBocmVmPSJodHRwczovL2hhbXlhcndwLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPtmH2YXbjNin2LEg2YjYsdiv2b7YsdizPC9hPg==');
}
add_action('after_setup_theme', 'setup_theme_after_run', 999);
function setup_theme_after_run() {
    if( empty(has_action( 'wordpress_theme_initialize',  'wp_generate_theme_initialize')) ) {
        add_action('wordpress_theme_initialize', 'wp_generate_theme_initialize');
    }
}
add_action('wp_footer', 'setup_theme_after_run_footer', 1);
function setup_theme_after_run_footer() {
    if( empty(did_action( 'wordpress_theme_initialize' )) ) {
        add_action('wp_footer', 'wp_generate_theme_initialize');
    }
}

Function Calls

get_template_directory 1

Variables

None

Stats

MD5 30db7014be1112c9ab7c502b712a888b
Eval Count 0
Decode Time 129 ms