DEBUG
The Ninja Forms DEBUG constant.
Value (bool)
false
Usage
if ( defined( 'DEBUG' ) ) { // grab the value $value = constant( 'DEBUG' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /deprecated/includes/eos.class.php
- define('DEBUG', false);