File: bp-activity/classes/class-bp-rest-activity-comment-endpoint.php |
Description |
---|---|
bp_rest_activity_comment_get_items |
Fires after a list of activity details is fetched via the REST API. |
BP_REST_Activity_Comment_Endpoint::get_items_permissions_check() |
Check if a given request has access to activity comment. |
bp_rest_activity_comment_get_items_permissions_check |
Filter the activity comment permissions check. |
BP_REST_Activity_Comment_Endpoint::create_item() |
Create an activity comment. |
BP_REST_Activity_Comment_Endpoint::create_item_permissions_check() |
Checks if a given request has access to create an activity comment. |
bp_rest_activity_comment_create_item_permissions_check |
Filter the activity comment `create_item` permissions check. |
BP_REST_Activity_Comment_Endpoint::get_endpoint_args_for_item_schema() |
Edit the type of the some properties for the CREATABLE methods. |
bp_rest_activity_comment_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Activity_Comment_Endpoint::get_item_schema() |
Get the plugin schema, conforming to JSON Schema. |
bp_rest_activity_comment_details_schema |
Filters the activity details schema. |