File: bp-forums/classes/class-bp-rest-topics-endpoint.php |
Description |
---|---|
bp_rest_topic_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Topics_Endpoint::bbp_sanitize_search_request() |
Sanitize a query argument used to pass some search terms. |
BP_REST_Topics_Endpoint::prepare_item_for_response() |
Prepares component data for return as an object. |
bp_rest_topic_prepare_value |
Filter a component value returned from the API. |
BP_REST_Topics_Endpoint::get_item_schema() |
Get the forums schema, conforming to JSON Schema. |
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. |