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 if( pasargad_get_option('gotop_enable')) :?> <div class="scrollToTop"><i class="scr..
Decoded Output download
<?php if( pasargad_get_option('gotop_enable')) :?>
<div class="scrollToTop"><i class="scroll-top"></i></div>
<?php endif;?>
<?php if( pasargad_get_option('down_newstikcer') ):?>
<?php get_template_part('includes/down-breaking-news'); ?>
<?php endif;?>
<?php if( pasargad_get_option('footer_enable')) :?>
<footer id="footer" <?php echo pasargad_schema('footer');?>>
<div class="footer-content">
<?php if ( is_active_sidebar( 'footerc1' ) ) : ?>
<div class="footer-widget">
<?php dynamic_sidebar( 'footerc1' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footerc2' ) ) : ?>
<div class="footer-widget">
<?php dynamic_sidebar( 'footerc2' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footerc3' ) ) : ?>
<div class="footer-widget">
<?php dynamic_sidebar( 'footerc3' ); ?>
</div>
<?php endif; ?>
</div>
</footer>
<?php endif;?>
<div class="copy-right">
<div class="text">
<?php if(pasargad_get_option('footer_copyright')) : echo pasargad_get_option('footer_copyright'); else : _e(' , , ','persian'); endif;?> - <a href="http://www.aryahome.ir" id="copy-right" title=" " target="_blank" rel="nofollow"> </a>
</div>
</div>
</main>
<?php wp_footer(); ?>
<?php if(pasargad_get_option('footer_codes')) : echo htmlspecialchars_decode(pasargad_get_option('footer_codes')); endif;?>
</body>
</html>
Did this file decode correctly?
Original Code
<?php if( pasargad_get_option('gotop_enable')) :?>
<div class="scrollToTop"><i class="scroll-top"></i></div>
<?php endif;?>
<?php if( pasargad_get_option('down_newstikcer') ):?>
<?php get_template_part('includes/down-breaking-news'); ?>
<?php endif;?>
<?php if( pasargad_get_option('footer_enable')) :?>
<footer id="footer" <?php echo pasargad_schema('footer');?>>
<div class="footer-content">
<?php if ( is_active_sidebar( 'footerc1' ) ) : ?>
<div class="footer-widget">
<?php dynamic_sidebar( 'footerc1' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footerc2' ) ) : ?>
<div class="footer-widget">
<?php dynamic_sidebar( 'footerc2' ); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'footerc3' ) ) : ?>
<div class="footer-widget">
<?php dynamic_sidebar( 'footerc3' ); ?>
</div>
<?php endif; ?>
</div>
</footer>
<?php endif;?>
<div class="copy-right">
<div class="text">
<?php if(pasargad_get_option('footer_copyright')) : echo pasargad_get_option('footer_copyright'); else : _e(' , , ','persian'); endif;?> - <a href="http://www.aryahome.ir" id="copy-right" title=" " target="_blank" rel="nofollow"> </a>
</div>
</div>
</main>
<?php wp_footer(); ?>
<?php if(pasargad_get_option('footer_codes')) : echo htmlspecialchars_decode(pasargad_get_option('footer_codes')); endif;?>
</body>
</html>
Function Calls
| pasargad_get_option | 1 |
Stats
| MD5 | 782c491f5911eb49b5632981fe7169cc |
| Eval Count | 0 |
| Decode Time | 101 ms |