BP_Legacy::setup_globals()
Component global variables.
Description Description
You’ll want to customize the values in here, so they match whatever your needs are.
Source Source
File: bp-templates/bp-legacy/buddypress-functions.php
protected function setup_globals() {
$bp = buddypress();
$this->id = 'legacy';
$this->name = __( 'BuddyPress Legacy', 'buddypress' );
$this->version = bp_get_version();
$this->dir = trailingslashit( $bp->themes_dir . '/bp-legacy' );
$this->url = trailingslashit( $bp->themes_url . '/bp-legacy' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |