bbp_is_install()

If there is no raw DB version, this is the first installation

Description

Return

(bool) True if update, False if not

Source

File: bp-forums/core/update.php

function bbp_is_install() {
	return ! bbp_get_db_version_raw();
}

Changelog

Changelog
Version Description
bbPress (r3764) 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.