Your IP : 3.21.163.234


Current Path : /home/church/www/wp-content/plugins/ninja-forms/includes/Templates/
Upload File :
Current File : /home/church/www/wp-content/plugins/ninja-forms/includes/Templates/admin-metaboxes-calcs.html.php

<ul>
    <?php foreach( $data as $name => $contents ):?>
        <li>
            <strong><?php echo( $name ); ?></strong>
            <?php
                echo( ' = ' . $contents[ 'value' ] );
                if( isset( $_GET[ 'calcs_debug' ] ) ) {
                    echo( '<br />RAW: ' . $contents[ 'raw' ]);
                    echo( '<br />PARSED: ' . $contents[ 'parsed' ]);
                }
            ?>
        </li>
    <?php endforeach; ?>
</ul>