File: bp-document/classes/class-bp-rest-document-endpoint.php |
Description |
---|---|
BP_REST_Document_Endpoint::bp_rest_document_default_scope() |
Get default scope for the document. |
BP_REST_Document_Endpoint::delete_item() |
Delete a single document. |
bp_rest_document_default_scope |
Filter to update default scope. |
bp_rest_document_delete_item |
Fires after a document is deleted via the REST API. |
BP_REST_Document_Endpoint::bp_rest_check_privacy_restriction() |
Check user access based on the privacy for the single document. |
bp_rest_document_get_items_permissions_check |
Filter the members `get_items` permissions check. |
BP_REST_Document_Endpoint::get_item() |
Retrieve a single document. |
bp_rest_document_get_item |
Fires after a document is fetched via the REST API. |
BP_REST_Document_Endpoint::get_item_permissions_check() |
Checks if a given request has access to get all users. |
bp_rest_document_get_item_permissions_check |
Filter the document `get_item` permissions check. |