NINJA_FORMS_DIR
The Ninja Forms NINJA FORMS DIR constant.
Value (unknown)
NF_PLUGIN_DIR
Usage
if ( defined( 'NINJA_FORMS_DIR' ) ) { // grab the value $value = constant( 'NINJA_FORMS_DIR' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (2)
The constant is defined in the following location(s).
- /deprecated/ninja-forms.php
- define( 'NINJA_FORMS_DIR', NF_PLUGIN_DIR );
- /ninja-forms.php
- define( 'NINJA_FORMS_DIR', self::$dir . 'deprecated' );