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