Methods |
Description |
---|---|
Bp_Search_Folders::sql() | |
Bp_Search_Groups::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
Bp_Search_Groups::generate_html() | |
Bp_Search_Groups::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_Groups::sql() | |
Bp_Search_Media::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
Bp_Search_Media::generate_html() |
Generare Html for media search |
Bp_Search_Media::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_Media::sql() |
Prepare SQL query for media search. |
Bp_Search_Members::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
Bp_Search_Members::generate_html() | |
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::print_search_options() |
What fields members should be searched on? Prints options to search through username, email, nicename/displayname. |
Bp_Search_Members::sql() |
Generates sql for members search. |
Bp_Search_Posts::__construct() |
A real constructor. Since we do want multiple copies of this class. |
Bp_Search_Posts::generate_html() | |
Bp_Search_Posts::print_search_options() |
What taxonomy should be searched on? Should search on the Post Meta? |
Bp_Search_Posts::sql() | |
Bp_Search_Type::__clone() |
A dummy magic method to prevent this class from being cloned. |
Bp_Search_Type::__wakeup() |
A dummy magic method to prevent this class being unserialized. |
Bp_Search_Type::add_search_item() | |
Bp_Search_Type::get_html() |
Get the html for given search result. |
Bp_Search_Type::get_title() | |
Bp_Search_Type::get_total_match_count() | |
Bp_Search_Type::sql() |
This function must be overriden by inheritingn classes |
Bp_Search_Type::union_sql() |
Returns the sql query to be used in performing an ‘all’ items search. |
BP_Search::__clone() |
A dummy magic method to prevent this class from being cloned. |
BP_Search::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
BP_Search::__wakeup() |
A dummy magic method to prevent this class being unserialized. |
BP_Search::ajax_search() | |
BP_Search::do_search() |
Perform search and generate search results |
BP_Search::get_search_term() | |
BP_Search::has_search_results() | |
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::load_search_helpers() | |
BP_Search::prepare_search_page() |
setup everything before starting to display content for search page. |
BP_Search::print_results() | |
BP_Search::print_tabs() | |
BP_Search::sanitize_args() |
Sanitize user inputs before performing search. |
BP_Search::search_page_search_url() |
function to return full search url, added with search terms and other filters |
BP_Search::search_page_url() |
Returns the url of the page which is selected to display search results. |
BP_Settings_Component::__construct() |
Start the settings component creation process. |
BP_Settings_Component::includes() |
Include files. |
BP_Settings_Component::late_includes() |
Late includes method. |
BP_Settings_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Settings_Component::setup_admin_bar() |
Set up the Toolbar. |
BP_Settings_Component::setup_globals() |
Setup globals. |
BP_Settings_Component::setup_nav() |
Set up navigation. |
BP_Settings_Export::get_notification_settings() |
Fetch user settings. |
BP_Settings_Export::instance() |
Get the instance of this class. |