File: bp-forums/classes/class-bp-rest-topics-endpoint.php |
Description |
---|---|
BP_REST_Topics_Endpoint::create_item() |
Create a topic. |
bp_rest_topic_create_item |
Fires after a topic is created and fetched via the REST API. |
BP_REST_Topics_Endpoint::create_item_permissions_check() |
Check if a given request has access to create a topic. |
bp_rest_topic_create_item_permissions_check |
Filter the topic `create_item` permissions check. |
bp_rest_topic_get_item |
Fires after a list of topic is fetched via the REST API. |
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. |