bp_version_bump()

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


Description Description


Source Source

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

function bp_version_bump() {
	bp_update_option( '_bp_db_version', bp_get_db_version() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.