File: bp-forums/classes/class-bp-rest-topics-endpoint.php |
Description |
---|---|
BP_REST_Topics_Endpoint::update_item() |
Update/Edit a topic. |
BP_REST_Topics_Endpoint |
Topics endpoints. |
BP_REST_Topics_Endpoint::__construct() |
Constructor. |
BP_REST_Topics_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Topics_Endpoint::get_items() |
Retrieve Topics. |
bp_rest_topics_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_topics_get_items |
Fires after a list of topics is fetched via the REST API. |
BP_REST_Topics_Endpoint::get_items_permissions_check() |
Check if a given request has access to list topics. |
bp_rest_topics_get_items_permissions_check |
Filter the topics `get_items` permissions check. |
BP_REST_Topics_Endpoint::get_item() |
Retrieve a single topic. |