bp_is_search_members_enable( $default = 1 )
Checks if members search feature is enabled.
Description
Parameters
- $default
-
(Optional) bool Optional.Default value true
Default value: 1
Return
(bool) Is members search enabled or not
Source
File: bp-search/bp-search-settings.php
function bp_is_search_members_enable( $default = 1 ) { return (bool) apply_filters( 'bp_is_search_members_enable', (bool) get_option( 'bp_search_members', $default ) ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | 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.