File: bp-search/classes/class-bp-search.php |
Description |
|---|---|
| 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 |
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() |