NINJA_FORMS_URL
The Ninja Forms NINJA FORMS URL constant.
Value (unknown)
NF_PLUGIN_URL
Usage
if ( defined( 'NINJA_FORMS_URL' ) ) { // grab the value $value = constant( 'NINJA_FORMS_URL' ); 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_URL', NF_PLUGIN_URL );