File: bp-core/classes/class-bp-rest-mention-endpoint.php |
Description |
---|---|
BP_REST_Mention_Endpoint::register_routes() |
Register the mention routes. |
BP_REST_Mention_Endpoint::get_items() |
Retrieve members to mention. |
bp_rest_mention_items |
Fires after a component is updated via the REST API. |
BP_REST_Mention_Endpoint::get_items_permissions_check() |
Check if a given request has access to list mentions. |
bp_rest_mention_get_items_permissions_check |
Filter the mention `get_items` permissions check. |
BP_REST_Mention_Endpoint::prepare_item_for_response() |
Prepares group data for return as an object. |
bp_rest_member_prepare_value |
Filter a group value returned from the API. |
BP_REST_Mention_Endpoint::prepare_links() |
Prepares links for the user request. |
BP_REST_Mention_Endpoint::get_item_schema() |
Get the settings schema, conforming to JSON Schema. |
bp_rest_mention_schema |
Filters the mention schema. |