Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function debug_houzez_property_meta() { if ( is_singular('property') ) { g..
Decoded Output download
<?
function debug_houzez_property_meta() {
if ( is_singular('property') ) {
global $post;
// Afieaz meta datele
$post_meta = get_post_meta($post->ID);
echo '<pre>';
print_r($post_meta);
echo '</pre>';
// Afieaz alte meta date specifice temei Houzez
$property_meta = houzez_get_property_meta($post->ID);
echo '<pre>';
print_r($property_meta);
echo '</pre>';
}
}
add_action('wp_footer', 'debug_houzez_property_meta');
?>
Did this file decode correctly?
Original Code
function debug_houzez_property_meta() {
if ( is_singular('property') ) {
global $post;
// Afieaz meta datele
$post_meta = get_post_meta($post->ID);
echo '<pre>';
print_r($post_meta);
echo '</pre>';
// Afieaz alte meta date specifice temei Houzez
$property_meta = houzez_get_property_meta($post->ID);
echo '<pre>';
print_r($property_meta);
echo '</pre>';
}
}
add_action('wp_footer', 'debug_houzez_property_meta');
Function Calls
add_action | 1 |
Stats
MD5 | 535abd2ac6689ae79efc63590643dd86 |
Eval Count | 0 |
Decode Time | 48 ms |