bp_is_install()

Is this a fresh installation of BuddyPress?


Description Description

If there is no raw DB version, we infer that this is the first installation.


Return Return

(bool) True if this is a fresh BP install, otherwise false.


Top ↑

Source Source

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

function bp_is_install() {
	return ! bp_get_db_version_raw();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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