Functions |
Description |
---|---|
bp_notifications_clear_all_for_user_cache_after_save() |
Invalidate ‘all_for_user_’ cache when saving. |
bp_notifications_clear_all_for_user_cache_before_delete() |
Invalidate the ‘all_for_user_’ cache when deleting. |
bp_notifications_clear_all_for_user_cache_before_update() |
Invalidates ‘all_for_user_’ cache when updating. |
bp_notifications_delete_all_notifications_by_type() |
Delete all notifications by type. |
bp_notifications_delete_meta() |
Delete a meta entry from the DB for a notification item. |
bp_notifications_delete_notification() |
Delete a specific notification by its ID. |
bp_notifications_delete_notifications_by_item_id() |
Delete notifications for an item ID. |
bp_notifications_delete_notifications_by_type() |
Delete notifications for a user by type. |
bp_notifications_delete_notifications_from_user() |
Delete all notifications from a user. |
bp_notifications_delete_notifications_on_user_delete() |
Delete a user’s notifications when the user is deleted. |
bp_notifications_get_all_notifications_for_user() |
Get all notifications for a user and cache them. |
bp_notifications_get_grouped_notifications_for_user() |
Get a user’s unread notifications, grouped by component and action. |
bp_notifications_get_meta() |
Get metadata for a given notification item. |
bp_notifications_get_notification() |
Get a specific notification by its ID. |
bp_notifications_get_notifications_for_user() |
Get notifications for a specific user. |
bp_notifications_get_registered_components() |
Return an array of component names that are currently active and have registered Notifications callbacks. |
bp_notifications_get_unread_notification_count() |
Get a count of unread notification items for a user. |
bp_notifications_mark_all_notifications_by_type() |
Mark all notifications read/unread by type. |
bp_notifications_mark_notification() |
Mark notification read/unread for a user by ID. |
bp_notifications_mark_notifications_by_item_id() |
Mark notifications read/unread for an item ID. |
bp_notifications_mark_notifications_by_type() |
Mark notifications read/unread for a user by type. |
bp_notifications_mark_notifications_from_user() |
Mark all notifications read/unread from a user. |
bp_notifications_pagination_count() |
Output the pagination count for the current notification loop. |
bp_notifications_pagination_links() |
Output the pagination links for the current notification loop. |
bp_notifications_permalink() |
Output the notifications permalink for a user. |
bp_notifications_read_permalink() |
Output the read notifications permalink for a user. |
bp_notifications_screen_read() |
Catch and route the ‘read’ notifications screen. |
bp_notifications_screen_settings() |
Catch and route the ‘settings’ notifications screen. |
bp_notifications_screen_unread() |
Catch and route the ‘unread’ notifications screen. |
bp_notifications_slug() |
Output the notifications component slug. |
bp_notifications_sort_order_form() |
Output the form for changing the sort order of notifications. |
bp_notifications_toolbar_menu() |
Build the “Notifications” dropdown. |
bp_notifications_unread_permalink() |
Output the unread notifications permalink for a user. |
bp_notifications_update_meta() |
Update a piece of notification meta. |
bp_notifications_update_meta_cache() |
Slurp up metadata for a set of notifications. |
bp_nouveau() |
Get a unique instance of BP Nouveau |
bp_nouveau_activation_hook() |
Fire specific hooks into the activate template |
bp_nouveau_activity() |
Launch the Activity loader class. |
bp_nouveau_activity_comment_action() |
Ouptut the Activity comment action string |
bp_nouveau_activity_comment_buttons() |
Output the action buttons for the activity comments |
bp_nouveau_activity_comment_form() |
Load the Activity comment form |
bp_nouveau_activity_comments() |
Output Activity Comments if any |
bp_nouveau_activity_content() |
Output the Activity content into the loop. |
bp_nouveau_activity_customizer_controls() |
Add controls for the settings of the customizer for the activity component. |
bp_nouveau_activity_description() |
Fetch and update the media description. |
bp_nouveau_activity_enqueue_scripts() |
Enqueue the activity scripts |
bp_nouveau_activity_entry_buttons() |
Output the action buttons inside an Activity Loop. |
bp_nouveau_activity_has_content() |
Checks if an activity of the loop has some content. |
bp_nouveau_activity_hook() |
Fire specific hooks into the activity entry template |
bp_nouveau_activity_is_edited() |
Get log is edited activity. |