bbp_get_config_location( $default = '' )
Checks if there is a previous BuddyBoss Forum configuration
Description
Parameters
- $default
-
(Optional) string Optional. Default empty string
Default value: ''
Return
(string) The location of the bb-config.php file, if any
Source
File: bp-forums/core/options.php
function bbp_get_config_location( $default = '' ) { return apply_filters( 'bbp_get_config_location', get_option( 'bb-config-location', $default ) ); }
Changelog
Version | Description |
---|---|
bbPress (r3790) | 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.