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