File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_get_post_types_tracking_args() |
Get tracking arguments for all post types. |
bp_activity_clear_new_mentions() |
Reset a user’s unread mentions list and count. |
bp_activity_clear_new_mentions |
Fires once mentions has been reset for a given user. |
bp_activity_adjust_mention_count() |
Adjusts mention count for mentioned users in activity items. |
bp_activity_update_mention_count_for_user() |
Update the mention count for a given user. |
bp_activity_get_userid_from_mentionname() |
Get a user ID from a “mentionname”, the name used for a user in @-mentions. |
bp_activity_set_action() |
Register an activity ‘type’ and its action description/callback. |
bp_activity_set_action |
Filters the action type being set for the current activity item. |
bp_activity_set_post_type_tracking_args() |
Set tracking arguments for a given post type. |
bp_activity_do_mentions |
Filters whether or not mentions are enabled. |