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