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 $my_meta = get_post_meta($post->ID, '_my_meta',true); if(isset($my_meta['linkh64b..
Decoded Output download
<?php $my_meta = get_post_meta($post->ID, '_my_meta',true);
if(isset($my_meta['linkh64bit']) && !empty($my_meta['linkh64bit'])) : ?>
<li class="meta_ic_linkh1"><a href="<?php echo $my_meta['linkh64bit']; ?>"> 64 </a></li>
<?php endif; ?>
Did this file decode correctly?
Original Code
<?php $my_meta = get_post_meta($post->ID, '_my_meta',true);
if(isset($my_meta['linkh64bit']) && !empty($my_meta['linkh64bit'])) : ?>
<li class="meta_ic_linkh1"><a href="<?php echo $my_meta['linkh64bit']; ?>"> 64 </a></li>
<?php endif; ?>
Function Calls
| None |
Stats
| MD5 | 4a49155d5f21bd08c77ed3eab2e5de67 |
| Eval Count | 0 |
| Decode Time | 111 ms |