File: bp-activity/classes/class-bp-rest-activity-endpoint.php |
Description |
---|---|
BP_REST_Activity_Endpoint::get_activity_object() |
Get activity object. |
BP_REST_Activity_Endpoint::get_endpoint_args_for_item_schema() |
Edit the type of the some properties for the CREATABLE & EDITABLE methods. |
bp_rest_activity_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Activity_Endpoint::get_item_schema() |
Get the plugin schema, conforming to JSON Schema. |
bp_rest_activity_schema |
Filters the activity schema. |
BP_REST_Activity_Endpoint::get_item_permissions_check() |
Check if a given request has access to get information about a specific activity. |
bp_rest_activity_update_favorite_permissions_check |
Filter the activity `update_favorite` permissions check. |
bp_rest_activity_get_item_permissions_check |
Filter the activity `get_item` permissions check. |
BP_REST_Activity_Endpoint::render_item() |
Renders the content of an activity. |
BP_REST_Activity_Endpoint::create_item() |
Create an activity. |