File: bp-document/classes/class-bp-document.php |
Description |
---|---|
bp_document_set_{$scope}_scope_args |
Plugins can hook here to set their document arguments for custom scopes. |
BP_Document::delete() |
Delete document items from the database. |
BP_Document::get_document_data() |
Convert document IDs to document objects, as expected in template loop. |
bp_document_before_delete |
Action to allow intercepting document items to be deleted. |
BP_Document::prefetch_object_data() |
Pre-fetch data for objects associated with document items. |
bp_document_after_delete |
Action to allow intercepting document items just deleted. |