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 template for displaying the footer * * Contains the closing of the #co..

Decoded Output download

<?php 
/** 
* The template for displaying the footer 
* 
* Contains the closing of the #content div and all content after. 
* 
*/ 
?> 
        <div class="footer"> 
          <div class="gridContainer"> 
            <div class="row"> 
              <p class="footer-copyright"> 
                <?php echo Maslin_Elektronik_copyright(); ?> 
              </p> 
            </div> 
          </div> 
        </div> 
        <?php wp_footer();?> 
    </body> 
</html>

Did this file decode correctly?

Original Code

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
*/
?>
        <div class="footer">
          <div class="gridContainer">
            <div class="row">
              <p class="footer-copyright">
                <?php echo Maslin_Elektronik_copyright(); ?>
              </p>
            </div>
          </div>
        </div>
        <?php wp_footer();?>
    </body>
</html>

Function Calls

Maslin_Elektronik_copyright 1

Variables

None

Stats

MD5 e3c719310e73718a4b7acc1c80037315
Eval Count 0
Decode Time 99 ms