bp_search_is_search()
Determines whether the query is for a network search.
Description
Return
(bool)
Source
File: bp-search/bp-search-functions.php
function bp_search_is_search() {
return ! is_admin() && is_search() && isset( $_REQUEST['bp_search'] );
}
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.