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 get_header(); if(is_category()){ $cat = get_query_var('cat'); $thecategory = g..
Decoded Output download
<?php get_header();
if(is_category()){
$cat = get_query_var('cat');
$thecategory = get_category ($cat);
}?>
Did this file decode correctly?
Original Code
<?php get_header();
if(is_category()){
$cat = get_query_var('cat');
$thecategory = get_category ($cat);
}?>
Function Calls
get_header | 1 |
Stats
MD5 | e2580db46baa30c0be2741d12883b097 |
Eval Count | 0 |
Decode Time | 47 ms |