@since: BuddyBoss 1.0.0 |
Description |
|---|---|
| Bp_Search_bbPress_Replies::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_bbPress_Replies::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| bp_search_option_cpt_search() |
Print all custom post types on settings screen. |
| bp_search_helpers_cpts() |
Load search helpers for each searchable custom post type. |
| bp_search_label_search_type_cpts() |
Change the display text of custom post type search tabs. |
| Bp_Search_bbPress_Forums::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| Bp_Search_Members::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_Members::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| Bp_Search_Members::sql() |
Generates sql for members search. |
| Bp_Search_Members::print_search_options() |
What fields members should be searched on? Prints options to search through username, email, nicename/displayname. |