File: bp-forums/classes/class-bp-rest-topics-endpoint.php |
Description |
---|---|
bp_rest_topic_schema |
Filters the topic schema. |
BP_REST_Topics_Endpoint::get_collection_params() |
Get the query params for collections. |
bp_rest_topics_collection_params |
Filters the collection query params. |
BP_REST_Topics_Endpoint::prepare_links() |
Prepare links for the request. |
bp_rest_topic_update_item |
Fires after a topic is updated and fetched via the REST API. |
bp_rest_topic_prepare_links |
Filter links prepared for the REST response. |
BP_REST_Topics_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a topic. |
BP_REST_Topics_Endpoint::get_topic_action_states() |
Get topic actions state based on current user. |
bp_rest_topic_update_item_permissions_check |
Filter the topic `update_item` permissions check. |
BP_REST_Topics_Endpoint::get_topic_current_user_permissions() |
Topic permissions for the current user. |