File: bp-search/classes/class-bp-search-members.php |
Description |
---|---|
Bp_Search_Members |
BuddyPress Global Search – search members class |
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::generate_html() | |
Bp_Search_Members::print_search_options() |
What fields members should be searched on? Prints options to search through username, email, nicename/displayname. |