Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<a href="<?php echo esc_url (get_term_link( (int)$term->term_id, $term->taxonomy )); ?>" ..
Decoded Output download
<a href="<?php echo esc_url (get_term_link( (int)$term->term_id, $term->taxonomy )); ?>"
title="<?php echo esc_attr($term->name); ?>"><?php echo esc_html($term->name); ?></a>
Did this file decode correctly?
Original Code
<a href="<?php echo esc_url (get_term_link( (int)$term->term_id, $term->taxonomy )); ?>"
title="<?php echo esc_attr($term->name); ?>"><?php echo esc_html($term->name); ?></a>
Function Calls
None |
Stats
MD5 | 0fd4bc1c7c5a76a24ba200ff871f3d27 |
Eval Count | 0 |
Decode Time | 92 ms |