File: bp-document/classes/class-bp-document.php |
Description |
|---|---|
| bp_document_before_save |
Fires before the current document item gets saved. |
| bp_document_get_where_conditions |
Filters the MySQL WHERE conditions for the Document items get method. |
| bp_document_set_folder_{$scope}_scope_args |
Plugins can hook here to set their document arguments for custom scopes. |
| bp_document_after_save |
Fires after an document item has been saved to the database. |
| bp_document_get_join_sql |
Filter the MySQL JOIN clause for the main document query. |
| BP_Document::get_folder_data() |
Convert document IDs to document objects, as expected in template loop. |
| BP_Document::bp_document_set_time_limit() |
Helper to set the max_execution_time. |
| bp_document_paged_activities_sql |
Filters the paged document MySQL statement. |
| BP_Document::array_msort() |
Sort data based on order. |
| BP_Document::bp_document_pdf_previews() |
Does the actual PDF preview regenerate. |