NINJA_FORMS_SUBS_TABLE_NAME
The Ninja Forms NINJA FORMS SUBS TABLE NAME constant.
Value (string)
$wpdb->prefix . 'ninja_forms_subs'
Usage
if ( defined( 'NINJA_FORMS_SUBS_TABLE_NAME' ) ) { // grab the value $value = constant( 'NINJA_FORMS_SUBS_TABLE_NAME' ); 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_SUBS_TABLE_NAME', $wpdb->prefix . 'ninja_forms_subs' );