@package: BuddyBossActivity |
Description |
|---|---|
| BP_Search_Core::__isset() |
Magic method for checking the existence of a certain custom field. |
| BP_Search_Core::__get() |
Magic method for getting BuddyPress Global Search varibles. |
| BP_Search_Core::__set() |
Magic method for setting BuddyPress Global Search varibles. |
| BP_Search::do_search() |
Perform search and generate search results |
| bp_search_class_search_wrap |
the following variable will be an object of current search type helper class e.g: an object of Bp_Search_Groups or Bp_Search_Posts etc. |
| BP_Search::prepare_search_page() |
setup everything before starting to display content for search page. |
| BP_Search::sanitize_args() |
Sanitize user inputs before performing search. |
| BP_Search::search_page_url() |
Returns the url of the page which is selected to display search results. |
| BP_Search::search_page_search_url() |
function to return full search url, added with search terms and other filters |
| BP_Search::print_tabs() |