bbp_is_install()

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


Description Description


Return Return

(bool) True if update, False if not


Top ↑

Source Source

File: includes/core/update.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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