bp_get_version()
Return the BuddyPress version.
Description Description
Return Return
(string) The BuddyPress version.
Source Source
File: bp-core/bp-core-functions.php
function bp_get_version() { return buddypress()->version; }
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |