Functions |
Description |
---|---|
bp_activity_admin_index() |
Display the Activity admin index screen, which contains a list of all the activities. |
bp_activity_admin_load() |
Set up the Activity admin page. |
bp_activity_admin_menu() |
Add the Activity top-level menu link when viewing single activity item. |
bp_activity_admin_menu_order() |
Add activity component to custom menus array. |
bp_activity_admin_reply() |
AJAX receiver for Activity replies via the admin screen. |
bp_activity_admin_screen_options() |
Handle save/update of screen options for the Activity component admin screen. |
bp_activity_akismet_delete_old_metadata() |
Delete old spam activity meta data. |
bp_activity_at_mention_add_notification() |
Notify a member when their nicename is mentioned in an activity feed item. |
bp_activity_at_mention_delete_notification() |
Delete at-mention notifications when the corresponding activity item is deleted. |
bp_activity_at_message_notification() |
Send email and BP notifications when a user is mentioned in an update. |
bp_activity_at_name_filter() |
Find and link @-mentioned users in the contents of a given item. |
bp_activity_at_name_filter_updates() |
Catch mentions in an activity item before it is saved into the database. |
bp_activity_at_name_send_emails() |
Sends emails and BP notifications for users @-mentioned in an activity item. |
bp_activity_avatar() |
Output the avatar of the user that performed the action. |
bp_activity_can_comment() |
Determine if a comment can be made on an activity item. |
bp_activity_can_comment_reply() |
Determine whether a comment can be made on an activity reply item. |
bp_activity_can_favorite() |
Determine whether favorites are allowed. |
bp_activity_catch_transition_post_type_status() |
Detect a change in post type status, and initiate an activity update if necessary. |
bp_activity_check_blacklist_keys() |
Mark the posted activity as spam, if it contains blacklist keywords. |
bp_activity_check_exists_by_content() |
Check whether an activity item exists with a given content string. |
bp_activity_check_moderation_keys() |
Moderate the posted activity item, if it contains moderate keywords. |
bp_activity_clear_cache_for_activity() |
Clear a cached activity item when that item is updated. |
bp_activity_clear_cache_for_deleted_activity() |
Clear cached data for deleted activity items. |
bp_activity_clear_meta_cache_for_activity() | |
bp_activity_clear_new_mentions() |
Reset a user’s unread mentions list and count. |
bp_activity_comment_content() |
Output the content of the activity comment currently being displayed. |
bp_activity_comment_count() |
Output the activity comment count. |
bp_activity_comment_css_class() |
Output the activity comment CSS class. |
bp_activity_comment_date_recorded() |
Output the formatted date_recorded of the activity comment currently being displayed. |
bp_activity_comment_date_recorded_raw() |
Output the date_recorded of the activity comment currently being displayed. |
bp_activity_comment_delete_link() |
Output the ‘delete’ URL for the activity comment currently being displayed. |
bp_activity_comment_depth() |
Output the depth of the current activity comment. |
bp_activity_comment_embed() |
Set up activity oEmbed cache while recursing through activity comments. |
bp_activity_comment_embed_after_recurse() |
Clean up ’embed_post_id’ filter after comment recursion. |
bp_activity_comment_form_action() |
Output the activity comment form action. |
bp_activity_comment_form_nojs_display() |
Output the activity comment form no JavaScript display CSS. |
bp_activity_comment_id() |
Output the ID of the activity comment currently being displayed. |
bp_activity_comment_link() |
Output the activity comment link. |
bp_activity_comment_name() |
Output the author name for the activity comment currently being displayed. |
bp_activity_comment_permalink() |
Output the activity comment permalink. |
bp_activity_comment_privacy_update() |
Recursive function to update privacy of comment with nested level. |
bp_activity_comment_reply_add_notification() |
Notify a member one of their activity comment received a reply. |
bp_activity_comment_user_id() |
Output the ID of the author of the activity comment currently being displayed. |
bp_activity_comment_user_link() |
Output the author link for the activity comment currently being displayed. |
bp_activity_comments() |
Output the comment markup for an activity item. |
bp_activity_comments_user_avatars() |
Echo a list of linked avatars of users who have commented on the current activity item. |
bp_activity_content() |
Output the activity content. |
bp_activity_content_body() |
Output the activity content body. |
bp_activity_count() |
Output the activity count. |
bp_activity_create_parent_document_activity() |
Create main activity for the media uploaded and saved. |