BP_FRIENDS_DB_VERSION
The BuddyPress BP FRIENDS DB VERSION constant.
Value (string)
'1800'
Usage
if ( defined( 'BP_FRIENDS_DB_VERSION' ) ) { // grab the value $value = constant( 'BP_FRIENDS_DB_VERSION' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /bp-friends/classes/class-bp-friends-component.php
- define( 'BP_FRIENDS_DB_VERSION', '1800' );