bp-document/bp-document-filters.php:
bp_document_activity_entry()
|
Get activity entry document to render on front end
|
bp-activity/bp-activity-functions.php:
bp_activity_default_scope()
|
Get default scope for the activity
|
bp-activity/bp-activity-filters.php:
bp_activity_has_media_activity_filter()
|
Filter the activities for document and media privacy
|
bp-activity/classes/class-bp-rest-activity-endpoint.php:
BP_REST_Activity_Endpoint::bp_rest_activity_default_scope()
|
Get default scope for the activity – from: bp_activity_default_scope();
|
bp-media/bp-media-filters.php:
bp_media_activity_entry()
|
Get activity entry media to render on front end
|
bp-members/classes/class-bp-members-theme-compat.php:
BP_Members_Theme_Compat::is_members()
|
Are we looking at something that needs members theme compatibility?
|
bp-friends/bp-friends-activity.php:
bp_friends_filter_activity_scope()
|
Set up activity arguments for use with the ‘friends’ scope.
|
bp-templates/bp-nouveau/includes/activity/ajax.php:
bp_nouveau_ajax_unmark_activity_favorite()
|
Un-favourite an activity via a POST request.
|
bp-templates/bp-nouveau/includes/functions.php:
bp_nouveau_ajax_querystring()
|
This function looks scarier than it actually is. 🙂 Each object loop (activity/members/groups/blogs/forums) contains default parameters to show specific information based on the page we are currently looking at.
|
bp-core/deprecated/buddypress/1.5.php:
bp_is_activity_permalink()
|
bp_is_activity_permalink()
|
bp-core/bp-core-template.php:
bp_get_the_post_class()
|
Customizes the post CSS class according to BuddyPress content.
|
bp-core/bp-core-template.php:
bp_get_the_body_class()
|
Customize the body class, according to the currently displayed BP content.
|
bp-core/bp-core-filters.php:
bp_modify_page_title()
|
Filter the page title for BuddyPress pages.
|
bp-core/bp-core-filters.php:
bp_modify_document_title_parts()
|
Filter the document title for BuddyPress pages.
|
bp-core/bp-core-catchuri.php:
bp_core_filter_wp_query()
|
Stop WordPress performing a DB query for its main loop.
|
bp-activity/bp-activity-adminbar.php:
bp_activity_admin_menu()
|
Add the Activity top-level menu link when viewing single activity item.
|
bp-activity/bp-activity-filters.php:
bp_activity_truncate_entry()
|
Truncate long activity entries when viewed in activity feeds.
|
bp-activity/classes/class-bp-activity-oembed-extension.php:
BP_Activity_oEmbed_Extension::is_page()
|
Check if we’re on our single activity page.
|
bp-activity/classes/class-bp-activity-oembed-extension.php:
BP_Activity_oEmbed_Extension::embed_comments_button()
|
Prints the markup for the activity embed comments button.
|
bp-activity/classes/class-bp-activity-theme-compat.php:
BP_Activity_Theme_Compat::is_activity()
|
Set up the theme compatibility hooks, if we’re looking at an activity page.
|
bp-activity/bp-activity-template.php:
bp_insert_activity_meta()
|
Attach metadata about an activity item to the activity content.
|
bp-activity/bp-activity-template.php:
bp_get_activity_avatar()
|
Return the avatar of the user that performed the action.
|
bp-activity/bp-activity-embeds.php:
bp_activity_embed_add_inline_styles()
|
Add inline styles for BP activity embeds.
|