Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<time class="dt-published" datetime="{{ get_post_time('c', true) }}"> {{ get_the_date() ..
Decoded Output download
<? <time class="dt-published" datetime="{{ get_post_time('c', true) }}">
{{ get_the_date() }}
</time>
<p>
<span>{{ __('By', 'sage') }}</span>
<a href="{{ get_author_posts_url(get_the_author_meta('ID')) }}" class="p-author h-card">
{{ get_the_author() }}
</a>
</p>
?>
Did this file decode correctly?
Original Code
<time class="dt-published" datetime="{{ get_post_time('c', true) }}">
{{ get_the_date() }}
</time>
<p>
<span>{{ __('By', 'sage') }}</span>
<a href="{{ get_author_posts_url(get_the_author_meta('ID')) }}" class="p-author h-card">
{{ get_the_author() }}
</a>
</p>
Function Calls
None |
Stats
MD5 | 6d730afb9e8d8afd760da1a0f7dedec0 |
Eval Count | 0 |
Decode Time | 92 ms |