File: bp-forums/classes/class-bp-rest-topics-endpoint.php |
Description |
---|---|
BP_REST_Topics_Endpoint::get_topic_tags() |
Get Topic Tags. |
bp_rest_topic_delete_item |
Fires after a topic is deleted via the REST API. |
BP_REST_Topics_Endpoint::get_topic_revisions() |
Get revisions for topic. |
BP_REST_Topics_Endpoint::delete_item_permissions_check() |
Check if a given request has access to delete a topic. |
BP_REST_Topics_Endpoint::prepare_topic_for_database() |
Prepare a single topic for create or update |
bp_rest_topic_delete_item_permissions_check |
Filter the topic `delete_item` permissions check. |
bp_rest_topic_object |
Filter topic data before inserting user via REST API |
BP_REST_Topics_Endpoint::get_endpoint_args_for_item_schema() |
Edit some arguments for the endpoint’s CREATABLE, EDITABLE and DELETABLE methods. |
BP_REST_Topics_Endpoint::no_super_stickies() |
Strip super stickies from the topic query |
bp_rest_topic_{$key}_query_arguments |
Filters the method query arguments. |