File: bp-search/classes/class-bp-search.php |
Description |
|---|---|
| BP_Search::print_results() | |
| BP_Search::get_search_term() | |
| 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() | |
| bp_search_label_search_type |
All helper classes must inherit from bp_search_Type |
| BP_Search |
BuddyPress Global Search Main Controller class |