bp_setup_xprofile()
Set up the bp-xprofile component.
Description Description
Source Source
File: bp-xprofile/bp-xprofile-loader.php
function bp_setup_xprofile() {
$bp = buddypress();
if ( ! isset( $bp->profile->id ) ) {
$bp->profile = new BP_XProfile_Component();
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |