BP_FRIENDS_SLUG
The BuddyPress BP FRIENDS SLUG constant.
Value (unknown)
$this->id
Usage
if ( defined( 'BP_FRIENDS_SLUG' ) ) { // grab the value $value = constant( 'BP_FRIENDS_SLUG' ); 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_SLUG', $this->id );