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(the_content()) @if ($pagination) <nav class="page-nav" aria-label="Page"> {!! ..
Decoded Output download
<? @php(the_content())
@if ($pagination)
<nav class="page-nav" aria-label="Page">
{!! $pagination !!}
</nav>
@endif
?>
Did this file decode correctly?
Original Code
@php(the_content())
@if ($pagination)
<nav class="page-nav" aria-label="Page">
{!! $pagination !!}
</nav>
@endif
Function Calls
None |
Stats
MD5 | f0e123c843ae213be0c74e977639caa0 |
Eval Count | 0 |
Decode Time | 102 ms |