Functions |
Description |
---|---|
bp_activity_create_parent_media_activity() |
Create main activity for the media uploaded and saved. |
bp_activity_create_summary() |
Create a rich summary of an activity item for the activity feed. |
bp_activity_css_class() |
Output the activity CSS class. |
bp_activity_current_comment() |
Utility function that returns the comment currently being recursed. |
bp_activity_date_recorded() |
Output the date the activity was recorded. |
bp_activity_default_scope() |
Get default scope for the activity |
bp_activity_delete() |
Delete activity item(s). |
bp_activity_delete_by_activity_id() |
Delete an activity item by activity id. |
bp_activity_delete_by_content() |
Delete an activity item by its content. |
bp_activity_delete_by_item_id() |
Delete an activity item by activity id. |
bp_activity_delete_children() |
Delete an activity comment’s children. |
bp_activity_delete_comment() |
Delete an activity comment. |
bp_activity_delete_for_user_by_component() |
Delete a user’s activity for a component. |
bp_activity_delete_link() |
Output the activity delete link. |
bp_activity_delete_meta() |
Delete a meta entry from the DB for an activity feed item. |
bp_activity_delete_url() |
Output the URL to delete a single activity feed item. |
bp_activity_directory_page_content() |
Function to add the content on top of activity listing |
bp_activity_directory_permalink() |
Output activity directory permalink. |
bp_activity_display_all_types_on_just_me() |
Returns $args to force display of all member activity types on members activity feed. |
bp_activity_do_heartbeat() |
Should we use Heartbeat to refresh activities? |
bp_activity_do_mentions() |
Are mentions enabled or disabled? |
bp_activity_document_add() |
Create document activity for each document uploaded |
bp_activity_edit_times() |
single time slot by time key. |
bp_activity_edit_update_document() |
Update document and activity for document updation and deletion while editing the activity. |
bp_activity_edit_update_media() |
Update media and activity for media updation and deletion while editing the activity. |
bp_activity_embed() |
Set up activity oEmbed cache during the activity loop. |
bp_activity_embed_add_inline_styles() |
Add inline styles for BP activity embeds. |
bp_activity_embed_excerpt() |
Outputs excerpt for an activity embed item. |
bp_activity_embed_excerpt_onclick_location_filter() |
Catch links in embed excerpt so top.location.href can be added. |
bp_activity_embed_excerpt_onclick_location_filter_callback() |
Add onclick=”top.location.href” to a link. |
bp_activity_embed_has_activity() |
Query for the activity item on the activity embed template. |
bp_activity_embed_media() |
Outputs the first embedded item in the activity oEmbed template. |
bp_activity_empty_post_comment_content() |
Pass the empty content on blog or custom post types comments. |
bp_activity_enqueue_heartbeat_js() |
Enqueue Heartbeat js for the activity |
bp_activity_entry_css_class() |
Output the activity entry CSS class. |
bp_activity_favorite_link() |
Output the activity favorite link. |
bp_activity_favorites_upgrade_data() |
Check if BuddyPress activity favorites data needs upgrade & Update to BuddyBoss activity like data |
bp_activity_feed_item_date() |
Output the activity feed item date. |
bp_activity_feed_item_description() |
Output the activity feed item description. |
bp_activity_feed_item_guid() |
Outputs the activity feed item guid. |
bp_activity_feed_item_link() |
Output the activity feed item link. |
bp_activity_feed_item_title() |
Output the activity feed item title. |
bp_activity_filter_document_scope() |
Set up activity arguments for use with the ‘document’ scope. |
bp_activity_filter_favorites_scope() |
Set up activity arguments for use with the ‘favorites’ scope. |
bp_activity_filter_just_me_scope() |
Set up activity arguments for use with the ‘just-me’ scope. |
bp_activity_filter_kses() |
Custom kses filtering for activity content. |
bp_activity_filter_links() |
Output the activity filter links. |
bp_activity_filter_media_scope() |
Set up activity arguments for use with the ‘media’ scope. |
bp_activity_filter_mentions_scope() |
Set up activity arguments for use with the ‘favorites’ scope. |
bp_activity_filter_public_scope() |
Set up activity arguments for use with the ‘public’ scope. |