bp_get_db_version()

Return the BuddyPress database version.

Description

Return

(string) The BuddyPress database version.

Source

File: bp-core/bp-core-functions.php

	function bp_get_db_version() {
		return buddypress()->db_version;
	}

Changelog

Changelog
Version Description
BuddyPress 1.6.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.