File: bp-search/classes/class-bp-search.php |
Description |
---|---|
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 |
BuddyPress Global Search Main Controller class |
BP_Search::instance() |
Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place. |
BP_Search::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
BP_Search::__clone() |
A dummy magic method to prevent this class from being cloned. |
BP_Search::__wakeup() |
A dummy magic method to prevent this class being unserialized. |
BP_Search::load_search_helpers() | |
bp_search_additional_search_helpers |
Hook to load helper classes for additional search types. |
BP_Search::ajax_search() |