@since: BuddyBoss 1.3.5 |
Description |
---|---|
bp_{$this->id}_rest_api_controllers |
Use this filter to disable all or some REST API controllers for the component. |
BP_Invitation::mark_sent() |
Mark specific invitations as sent by invitation ID. |
BP_Invitation::mark_sent_by_data() |
Mark invitations as sent that are found by user_id, inviter_id, item id, and optional secondary item id, and class name. |
BP_Invitation::get_order_by_sql() |
Assemble the ORDER BY clause of a get() SQL statement. |
BP_Invitation::get_paged_sql() |
Assemble the LIMIT clause of a get() SQL statement. |
BP_Invitation::get_query_clauses() |
Assemble query clauses, based on arguments, to pass to $wpdb methods. |
BP_Invitation::get() |
Get invitations, based on provided filter parameters. |
bp_invitations_get_paged_invitations_sql |
Filters the pagination SQL statement. |
bp_admin_invitations_table() |
Create the invitations database table if it does not exist. |
BP_Invitation::get_total_count() |
Get a count of total invitations matching a set of arguments. |