Methods |
Description |
---|---|
BP_Messages_Thread::user_is_sender() |
Determine if the logged-in user is a sender of any message in a thread. |
BP_Notification_Export::bp_get_the_notification_description() |
Get full-text description for a specific notification. |
BP_Notification_Export::get_data() |
Returns the data & count of notifications by page and user. |
BP_Notification_Export::instance() |
Get the instance of this class. |
BP_Notification_Export::process_data() |
Export member notifications. |
BP_Notification_Export::process_erase() |
Delete member notifications. |
BP_Notifications_Component::__construct() |
Start the notifications component creation process. |
BP_Notifications_Component::includes() |
Include notifications component files. |
BP_Notifications_Component::late_includes() |
Late includes method. |
BP_Notifications_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Notifications_Component::setup_admin_bar() |
Set up the component entries in the WordPress Admin Bar. |
BP_Notifications_Component::setup_cache_groups() |
Setup cache groups. |
BP_Notifications_Component::setup_globals() |
Set up component global data. |
BP_Notifications_Component::setup_nav() |
Set up component navigation. |
BP_Notifications_Component::setup_title() |
Set up the title for pages and |
BP_Notifications_Notification::__construct() |
Constructor method. |
BP_Notifications_Notification::_delete() |
Delete notifications. |
BP_Notifications_Notification::_insert() |
Create a notification entry. |
BP_Notifications_Notification::_update() |
Update notifications. |
BP_Notifications_Notification::check_access() |
Check that a specific notification is for a specific user. |
BP_Notifications_Notification::delete() |
Delete notifications. |
BP_Notifications_Notification::delete_by_id() |
Delete a single notification by ID. |
BP_Notifications_Notification::get() |
Get notifications, based on provided filter parameters. |
BP_Notifications_Notification::get_all_for_user() |
Fetch all the notifications in the database for a specific user. |
BP_Notifications_Notification::get_current_notifications_for_user() |
Get unread notifications for a user, in a pagination-friendly format. |
BP_Notifications_Notification::get_date_query_sql() |
Get the SQL for the ‘date_query’ param in BP_Notifications_Notification::get(). |
BP_Notifications_Notification::get_grouped_notifications_for_user() |
Get a user’s unread notifications, grouped by component and action. |
BP_Notifications_Notification::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Notifications_Notification::get(). |
BP_Notifications_Notification::get_order_by_sql() |
Assemble the ORDER BY clause of a get() SQL statement. |
BP_Notifications_Notification::get_paged_sql() |
Assemble the LIMIT clause of a get() SQL statement. |
BP_Notifications_Notification::get_query_clauses() |
Assemble query clauses, based on arguments, to pass to $wpdb methods. |
BP_Notifications_Notification::get_read_for_user() |
Fetch all the read notifications in the database for a specific user. |
BP_Notifications_Notification::get_total_count() |
Get a count of total notifications matching a set of arguments. |
BP_Notifications_Notification::get_unread_for_user() |
Fetch all the unread notifications in the database for a specific user. |
BP_Notifications_Notification::get_where_sql() |
Assemble the WHERE clause of a get() SQL statement. |
BP_Notifications_Notification::mark_all_by_type() |
Mark all notifications for all users as read by item id, and optional secondary item id, and component name and action. |
BP_Notifications_Notification::mark_all_for_user() |
Mark all user notifications as read. |
BP_Notifications_Notification::mark_all_from_user() |
Mark all notifications from a user as read. |
BP_Notifications_Notification::parse_args() |
Parse notifications query arguments. |
BP_Notifications_Notification::populate() |
Fetch data for an existing notification from the database. |
BP_Notifications_Notification::save() |
Update or insert notification details into the database. |
BP_Notifications_Notification::update() |
Update notifications. |
BP_Notifications_Template::__construct() |
Constructor method. |
BP_Notifications_Template::has_notifications() |
Whether there are notifications available in the loop. |
BP_Notifications_Template::next_notification() |
Set up the next notification and iterate index. |
BP_Notifications_Template::notifications() |
Whether there are notifications left in the loop to iterate over. |
BP_Notifications_Template::rewind_notifications() |
Rewind the blogs and reset blog index. |
BP_Notifications_Template::the_notification() |
Set up the current notification inside the loop. |
BP_Nouveau_Activity::__construct() |
Constructor |
BP_Nouveau_Activity::includes() |
Include needed files |