Methods |
Description |
---|---|
BP_Core::load_integrations() |
Load integrations files |
BP_Core::register_post_types() |
Set up post types. |
BP_Core::setup_cache_groups() |
Setup cache groups |
BP_Core::setup_globals() |
Set up bp-core global settings. |
BP_Customizer_Control_Range::enqueue() |
Enqueue scripts/styles for the color picker. |
BP_Customizer_Control_Range::render_content() |
Render the control. |
BP_Date_Query::__construct() |
Constructor. |
BP_Date_Query::__destruct() |
Destructor. |
BP_Date_Query::register_date_column() |
Registers our date column with WP Date Query to pass validation. |
BP_Document_Component::__construct() |
Start the document component creation process. |
BP_Document_Component::includes() |
Include Document component files. |
BP_Document_Component::late_includes() |
Late includes method. |
BP_Document_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Document_Component::setup_actions() |
Set up the actions. |
BP_Document_Component::setup_admin_bar() |
Set up the component entries in the WordPress Admin Bar. |
BP_Document_Component::setup_cache_groups() |
Setup cache groups. |
BP_Document_Component::setup_globals() |
Set up component global data. |
BP_Document_Component::setup_nav() |
Set up component navigation. |
BP_Document_Component::setup_title() |
Set up the title for pages and |
BP_Document_Folder_Template::__construct() |
Constructor method. |
BP_Document_Folder_Template::has_folders() |
Whether there are folder items available in the loop. |
BP_Document_Folder_Template::next_folder() |
Set up the next folder item and iterate index. |
BP_Document_Folder_Template::rewind_folders() |
Rewind the posts and reset post index. |
BP_Document_Folder_Template::the_folder() |
Set up the current folder item inside the loop. |
BP_Document_Folder_Template::user_folders() |
Whether there are folder items left in the loop to iterate over. |
BP_Document_Folder::__construct() |
Constructor method. |
BP_Document_Folder::append_user_fullnames() |
Append xProfile fullnames to an document array. |
BP_Document_Folder::delete() |
Delete folders from the database. |
BP_Document_Folder::delete_document_folder_meta_entries() |
Delete the meta entries associated with a set of folder items. |
BP_Document_Folder::folder_exists() |
Get whether an folder exists for a given id. |
BP_Document_Folder::get() |
Get folders, as specified by parameters. |
BP_Document_Folder::get_folder_data() |
Convert document IDs to document objects, as expected in template loop. |
BP_Document_Folder::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Document::get(). |
BP_Document_Folder::populate() |
Populate the object with data about the specific folder item. |
BP_Document_Folder::prefetch_object_data() |
Pre-fetch data for objects associated with folders. |
BP_Document_Folder::save() |
Save the document folder to the database. |
BP_Document_Folder::total_group_folder_count() |
Count total folder for the given group |
BP_Document_Privacy::__construct() | |
BP_Document_Privacy::get_visibility() |
Get visibility of document |
BP_Document_Privacy::get_visibility_options() |
get options for visibility. |
BP_Document_Privacy::instance() |
Get the instance of this class. |
BP_Document_Privacy::is_document_visible() |
Check if document is visible or not to the logged in user |
BP_Document_Query::__construct() |
Constructor. |
BP_Document_Query::get_sql() |
Generates WHERE SQL clause to be appended to a main query. |
BP_Document_Query::get_sql_document() |
Generates WHERE SQL clause to be appended to a main query. |
BP_Document_Query::get_sql_folder() |
Generates WHERE SQL clause to be appended to a main query. |
BP_Document_Query::get_sql_for_clause() |
Generate WHERE clauses for a first-order clause. |
BP_Document_Query::is_first_order_clause() |
Determine whether a clause is first-order. |
BP_Document_Query::validate_column() |
Validates a column name parameter. |
BP_Document_Template::__construct() |
Constructor method. |