Hooks |
Description |
---|---|
bp_do_register_theme_directory |
Filters whether BuddyPress should register the bp-themes directory. |
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_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_after_delete |
Action to allow intercepting document items just deleted. |
bp_document_after_save |
Fires after an document item has been saved to the database. |
bp_document_before_delete |
Action to allow intercepting document items to be deleted. |
bp_document_before_save |
Fires before the current document item gets saved. |
bp_document_default_scope |
Filter to update default scope. |
bp_document_delete |
Fires after the document item has been deleted. |
bp_document_deleted_documents |
Fires after the document item has been deleted. |
bp_document_file_upload_max_size |
Filters doucment file upload max limit. |
bp_document_folder_after_delete |
Action to allow intercepting folders just deleted. |
bp_document_folder_after_save |
Fires after an folder has been saved to the database. |
bp_document_folder_before_delete |
Action to allow intercepting folders to be deleted. |
bp_document_folder_before_save |
Fires before the current folder gets saved. |
bp_document_folder_get_include_user_search |
Filters whether or not to include users for search parameters. |
bp_document_folder_get_join_sql |
Filter the MySQL JOIN clause for the main document query. |
bp_document_folder_get_meta |
Filters the metadata for a specified document folder item. |
bp_document_folder_get_where_conditions |
Filters the MySQL WHERE conditions for the folders get method. |
bp_document_folder_paged_activities_sql |
Filters the paged document MySQL statement. |
bp_document_folder_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with folder. |
bp_document_folder_total_documents_sql |
Filters the total document MySQL statement. |
bp_document_get |
Filters the requested document item(s). |
bp_document_get_document_activity |
Filters the document activity object being displayed. |
bp_document_get_include_user_search |
Filters whether or not to include users for search parameters. |
bp_document_get_join_sql |
Filter the MySQL JOIN clause for the main document query. |
bp_document_get_join_sql_folder |
Filter the MySQL JOIN clause for the main document query. |
bp_document_get_meta |
Filters the metadata for a specified document item. |
bp_document_get_settings_fields |
Document Extensions Section |
bp_document_get_specific |
Filters the requested specific document item. |
bp_document_get_total_document_count |
Filters the total document count for a given user. |
bp_document_get_total_group_document_count |
Filters the total document count for a given group. |
bp_document_get_total_group_folder_count |
Filters the total folder count for a given group. |
bp_document_get_visibility_levels |
Filters the document visibility levels out of the $bp global. |
bp_document_get_where_conditions |
Filters the MySQL WHERE conditions for the Document items get method. |
bp_document_get_where_conditions_document |
Filters the MySQL WHERE conditions for the Document items get method. |
bp_document_has_more_items |
Filters whether there are more document items to display. |
bp_document_paged_activities_sql |
Filters the paged document MySQL statement. |
bp_document_paged_activities_sql_folder |
Filters the paged document MySQL statement. |
bp_document_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with document item. |
bp_document_remove_all_user_data |
Fires after the removal of all of a user’s document data. |
bp_document_screen_index |
Filters the template to load for the Document directory screen. |
bp_document_set_{$scope}_scope_args |
Plugins can hook here to set their document arguments for custom scopes. |
bp_document_set_document_{$scope}_scope_args |
Plugins can hook here to set their document arguments for custom scopes. |
bp_document_set_folder_{$scope}_scope_args |
Plugins can hook here to set their document arguments for custom scopes. |
bp_document_svg_icon |
Include required files. |
bp_document_total_documents_sql |
Filters the total document MySQL statement. |
bp_document_user_can_delete |
Filters whether the current user can delete an document item. |
bp_document_user_can_edit |
Filters whether the current user can edit an document item. |
bp_email |
Fires inside __construct() method for BP_Email class. |