File: bp-document/bp-document-functions.php |
Description |
---|---|
bp_document_get_specific |
Filters the requested specific document item. |
bp_document_get_total_group_document_count |
Filters the total document count for a given group. |
bp_document_add() |
Add an document item. |
bp_document_get_total_group_folder_count() |
Get the folder count of a given group. |
bp_document_add |
Fires at the end of the execution of adding a new document item, before returning the new document item ID. |
bp_document_get_total_group_folder_count |
Filters the total folder count for a given group. |
bp_document_add_handler() |
Document add handler function |
bp_document_add_handler |
Fires at the end of the execution of adding saving a document item, before returning the new document items in ajax response. |
bp_document_delete() |
Delete document. |
bp_before_document_delete |
Fires before an document item proceeds to be deleted. |