bp_version()
Output the BuddyPress version.
Description Description
Source Source
File: bp-core/bp-core-functions.php
function bp_version() {
echo bp_get_version();
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |
Output the BuddyPress version.
File: bp-core/bp-core-functions.php
function bp_version() {
echo bp_get_version();
}
| Version | Description |
|---|---|
| 1.6.0 | Introduced. |