File: bp-forums/classes/class-bp-rest-topics-endpoint.php
Description
BP_REST_Topics_Endpoint::prepare_topic_for_database()

Prepare a single topic for create or update

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:2671

bp_rest_topic_delete_item_permissions_check

Filter the topic `delete_item` permissions check.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:1782

bp_rest_topic_object

Filter topic data before inserting user via REST API

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:2716

BP_REST_Topics_Endpoint::get_endpoint_args_for_item_schema()

Edit some arguments for the endpoint’s CREATABLE, EDITABLE and DELETABLE methods.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:1793

BP_REST_Topics_Endpoint::no_super_stickies()

Strip super stickies from the topic query

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:2726

BP_REST_Topics_Endpoint::get_item()

Retrieve a single topic.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:502

BP_REST_Topics_Endpoint::get_item_permissions_check()

Check if a given request has access to list topic.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:534

bp_rest_topic_get_item_permissions_check

Filter the topic `get_item` permissions check.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:591

BP_REST_Topics_Endpoint::create_item()

Create a topic.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:618

bp_rest_topic_create_item

Fires after a topic is created and fetched via the REST API.

Source: bp-forums/classes/class-bp-rest-topics-endpoint.php:1107