NF_OBJECT_RELATIONSHIPS_TABLE_NAME
The Ninja Forms NF OBJECT RELATIONSHIPS TABLE NAME constant.
Value (string)
$wpdb->prefix . 'nf_relationships'
Usage
if ( defined( 'NF_OBJECT_RELATIONSHIPS_TABLE_NAME' ) ) { // grab the value $value = constant( 'NF_OBJECT_RELATIONSHIPS_TABLE_NAME' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (2)
The constant is defined in the following location(s).
- /deprecated/ninja-forms.php
- define( 'NF_OBJECT_RELATIONSHIPS_TABLE_NAME', $wpdb->prefix . 'nf_relationships' );
- /lib/NF_VersionSwitcher.php
- define( 'NF_OBJECT_RELATIONSHIPS_TABLE_NAME', $wpdb->prefix .'nf_relationships' );