File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/ninja-forms/includes/Templates/admin-wp-die.html.php
<h1><?php echo esc_html( $title ); ?></h1>

<p>
    <?php echo esc_html( $message ); ?>
</p>
<p>
    <a style="cursor: pointer" onclick="nfWpDieShowMore()"><?php esc_html_e( 'Show More', 'ninja-forms' ); ?></a>
    <pre style="display: none;" id="nfWpDieMore"><?php var_dump( $debug ); ?></pre>
</p>

<script>
    function nfWpDieShowMore(){
        console.log( 'show' );
        document.getElementById( 'nfWpDieMore' ).style.display = "block";
    }
</script>