This function has been deprecated. BuddyPress 1.5.0 instead.
bp_search_form_enabled()
Only show the search form if there are available objects to search for.
Description
Deprecated in 1.5; not used anymore.
Return
(bool)
Source
File: bp-core/deprecated/buddypress/1.5.php
function bp_search_form_enabled() { _deprecated_function( __FUNCTION__, '1.5', 'No longer required.' ); return apply_filters( 'bp_search_form_enabled', true ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.5.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.