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
Source Source
File: includes/core/update.php
function bbp_is_install() { return ! bbp_get_db_version_raw(); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |