Functions |
Description |
---|---|
bp_activity_find_mention_by_at_sign() |
Locate usernames in an activity content string, as designated by an @ sign. |
bp_activity_find_mentions() |
Find mentioned users from activity content |
bp_activity_follow_clear_user_object_cache() |
Clear cached data for deleted users. |
bp_activity_follow_delete_follow_ids_object_cache() |
Clear cached data for follow object when user is deleted. |
bp_activity_follow_delete_object_cache() |
Clear cached data for follow object. |
bp_activity_follow_reset_cache_incrementor() |
Clear cached data for deleted users and reset incrementor. |
bp_activity_format_activity_action_activity_comment() |
Format ‘activity_comment’ activity actions. |
bp_activity_format_activity_action_activity_update() |
Format ‘activity_update’ activity actions. |
bp_activity_format_activity_action_custom_post_type_comment() |
Format activity action strings for custom post types comments. |
bp_activity_format_activity_action_custom_post_type_post() |
Format activity action strings for custom post types. |
bp_activity_format_notifications() |
Format notifications related to activity. |
bp_activity_generate_action_string() |
Generate an activity action string for an activity item. |
bp_activity_get() |
Retrieve an activity or activities. |
bp_activity_get_action() |
Retrieve the current action from a component and key. |
bp_activity_get_actions() |
Get all components’ activity actions, sorted by their position attribute. |
bp_activity_get_actions_for_context() |
Gets a flat list of activity actions compatible with a given context. |
bp_activity_get_activity_id() |
Fetch the activity_id for an existing activity entry in the DB. |
bp_activity_get_comment_count() |
Return the comment count of an activity item. |
bp_activity_get_comment_depth() |
Return the current activity comment depth. |
bp_activity_get_comments() |
Get the comment markup for an activity item. |
bp_activity_get_comments_user_ids() |
Return the IDs of every user who’s left a comment on the current activity item. |
bp_activity_get_current_context() |
Gets the current activity context. |
bp_activity_get_edit_data() |
Get the Activity edit data. |
bp_activity_get_embed_excerpt() |
Generates excerpt for an activity embed item. |
bp_activity_get_excerpt_length() |
Gets the excerpt length for activity items. |
bp_activity_get_favorite_users_string() |
Get like count for activity |
bp_activity_get_favorite_users_tooltip_string() |
Get users for activity favorite tooltip |
bp_activity_get_js_dependencies() |
Include extra JavaScript dependencies for activity component. |
bp_activity_get_last_updated() |
Retrieve the last time activity was updated. |
bp_activity_get_meta() |
Get metadata for a given activity item. |
bp_activity_get_moderated_activity_types() |
Types of activity feed items to moderate. |
bp_activity_get_permalink() |
Get the permalink for a single activity item. |
bp_activity_get_post_type_tracking_args() |
Get tracking arguments for a specific post type. |
bp_activity_get_post_types_tracking_args() |
Get tracking arguments for all post types. |
bp_activity_get_sitewide() |
Retrieve sitewide activity |
bp_activity_get_specific() |
Fetch specific activity items. |
bp_activity_get_types() |
Fetch details of all registered activity types. |
bp_activity_get_user_favorites() |
Get a users favorite activity feed items. |
bp_activity_get_user_mentionname() |
Determine a user’s “mentionname”, the name used for that user in @-mentions. |
bp_activity_get_userid_from_mentionname() |
Get a user ID from a “mentionname”, the name used for a user in @-mentions. |
bp_activity_get_visibility_levels() |
Get activity visibility levels out of the $bp global. |
bp_activity_ham_all_user_data() |
Mark all of the user’s activity as ham (not spam). |
bp_activity_has_activity_filter() |
Filter the activities of friends privacy |
bp_activity_has_content() |
Does the activity have content? |
bp_activity_has_directory() |
Check whether the $bp global lists an activity directory page. |
bp_activity_has_media_activity_filter() |
Filter the activities for document and media privacy |
bp_activity_has_more_items() |
Return true when there are more activity items to be shown than currently appear. |
bp_activity_heartbeat_last_recorded() |
Use WordPress Heartbeat API to check for latest activity update. |
bp_activity_heartbeat_strings() |
Set the strings for WP HeartBeat API where needed. |
bp_activity_hide_user_activity() |
Hide a user’s activity. |