Methods |
Description |
---|---|
BP_Message_Export::messages_recipients() |
Merge recipients into items. |
BP_Message_Export::process_data() |
Export member messages. |
BP_Message_Export::process_erase() |
Delete user messages and change ownership to anonymous. |
BP_Messages_Box_Template::__construct() |
Constructor method. |
BP_Messages_Box_Template::has_threads() |
Whether there are threads available in the loop. |
BP_Messages_Box_Template::message_threads() |
Whether there are threads left in the loop to iterate over. |
BP_Messages_Box_Template::next_thread() |
Set up the next member and iterate index. |
BP_Messages_Box_Template::rewind_threads() |
Rewind the threads and reset thread index. |
BP_Messages_Box_Template::the_message_thread() |
Set up the current thread inside the loop. |
BP_Messages_Component::__construct() |
Start the messages component creation process. |
BP_Messages_Component::includes() |
Include files. |
BP_Messages_Component::late_includes() |
Late includes method. |
BP_Messages_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Messages_Component::setup_admin_bar() |
Set up the Toolbar. |
BP_Messages_Component::setup_cache_groups() |
Setup cache groups |
BP_Messages_Component::setup_globals() |
Set up globals for the Messages component. |
BP_Messages_Component::setup_nav() |
Set up navigation for user pages. |
BP_Messages_Component::setup_title() |
Set up the title for pages and |
BP_Messages_Message::__construct() |
Constructor. |
BP_Messages_Message::convert_orderby_to_order_by_term() |
Convert the ‘orderby’ param into a proper SQL term/column. |
BP_Messages_Message::delete_user_message() |
Delete all the message send by user |
BP_Messages_Message::get() |
Query for messages |
BP_Messages_Message::get_date_query_sql() |
Get the SQL for the ‘date_query’ param in BP_Messages_Message::get(). |
BP_Messages_Message::get_existing_thread() |
Get existsing thread which matches the recipients |
BP_Messages_Message::get_existing_threads() |
Get existsing threads which matches the recipients |
BP_Messages_Message::get_last_sent_for_user() |
Get the ID of the message last sent by the logged-in user for a given thread. |
BP_Messages_Message::get_message_sender() |
Get the ID of the sender of a message. |
BP_Messages_Message::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Messages_Message::get() |
BP_Messages_Message::get_recipient_ids() |
Get list of recipient IDs from their usernames. |
BP_Messages_Message::get_recipients() |
Get a list of recipients for a message. |
BP_Messages_Message::is_user_sender() |
Check whether a user is the sender of a message. |
BP_Messages_Message::populate() |
Set up data related to a specific message object. |
BP_Messages_Message::send() |
Send a message. |
BP_Messages_Message::strip_leading_and() |
Strips the leading AND and any surrounding whitespace from a string. |
BP_Messages_Notice::__construct() |
Constructor. |
BP_Messages_Notice::activate() |
Activates a notice. |
BP_Messages_Notice::convert_orderby_to_order_by_term() |
Convert the ‘orderby’ param into a proper SQL term/column. |
BP_Messages_Notice::deactivate() |
Deactivates a notice. |
BP_Messages_Notice::delete() |
Deletes a notice. |
BP_Messages_Notice::get() |
Query for Notices. |
BP_Messages_Notice::get_active() |
Returns the active notice that should be displayed on the front end. |
BP_Messages_Notice::get_notices() |
Pulls up a list of notices. |
BP_Messages_Notice::get_total_notice_count() |
Returns the total number of recorded notices. |
BP_Messages_Notice::populate() |
Populate method. |
BP_Messages_Notice::save() |
Saves a notice. |
BP_Messages_Notices_Admin::__construct() |
Constructor method. |
BP_Messages_Notices_Admin::admin_index() |
Generate content for the bp-notices admin screen. |
BP_Messages_Notices_Admin::admin_load() |
Catch save/update requests or load the screen. |
BP_Messages_Notices_Admin::admin_menu() |
Add the ‘Site Notices’ admin menu item. |
BP_Messages_Notices_Admin::register_notices_admin() |
Create a new instance or access the current instance of this class. |