bp_version_bump()

Update the BP version stored in the database to the current version.

Description

Source

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

function bp_version_bump() {
	bp_update_option( '_bp_db_version', bp_get_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.