BB_URL
The BuddyPress BB URL constant.
Value (string)
$bp->plugin_url . 'bp-forums/bbpress/'
Usage
if ( defined( 'BB_URL' ) ) { // grab the value $value = constant( 'BB_URL' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /bp-forums/bp-forums-bbpress-sa.php
- define( 'BB_URL', $bp->plugin_url . 'bp-forums/bbpress/' );