bp-core/bp-core-buddybar.php:
bp_core_maybe_hook_new_subnav_screen_function()
|
For a given subnav item, either hook the screen function or generate redirect arguments, as necessary.
|
bp-activity/classes/class-bp-akismet.php:
BP_Akismet::add_activity_spam_button()
|
Adds a “mark as spam” button to each activity item for site admins.
|
bp-activity/classes/class-bp-akismet.php:
BP_Akismet::add_activity_comment_spam_button()
|
Adds a “mark as spam” button to each activity COMMENT item for site admins.
|
bp-activity/classes/class-bp-activity-component.php:
BP_Activity_Component::setup_nav()
|
Set up component navigation.
|
bp-activity/classes/class-bp-activity-component.php:
BP_Activity_Component::setup_admin_bar()
|
Set up the component entries in the WordPress Admin Bar.
|
bp-activity/classes/class-bp-activity-oembed-extension.php:
BP_Activity_oEmbed_Extension::validate_url_to_item_id()
|
Validates the URL to determine if the activity item is valid.
|
bp-activity/screens/permalink.php:
bp_activity_action_permalink_router()
|
Catch and route requests for single activity item permalinks.
|
bp-activity/bp-activity-notifications.php:
bp_activity_format_notifications()
|
Format notifications related to activity.
|
bp-activity/bp-activity-template.php:
bp_get_member_activity_feed_link()
|
Return the member activity feed link.
|
bp-activity/bp-activity-template.php:
bp_activity_slug()
|
Output the activity component slug.
|
bp-activity/bp-activity-template.php:
bp_has_activities()
|
Initialize the activity loop.
|
bp-activity/actions/feeds.php:
bp_activity_action_personal_feed()
|
Load a user’s personal activity feed.
|
bp-activity/actions/feeds.php:
bp_activity_action_friends_feed()
|
Load a user’s friends’ activity feed.
|
bp-activity/actions/feeds.php:
bp_activity_action_my_groups_feed()
|
Load the activity feed for a user’s groups.
|
bp-activity/actions/feeds.php:
bp_activity_action_mentions_feed()
|
Load a user’s @mentions feed.
|
bp-activity/actions/feeds.php:
bp_activity_action_favorites_feed()
|
Load a user’s favorites feed.
|
bp-members/classes/class-bp-members-component.php:
BP_Members_Component::setup_canonical_stack()
|
Set up canonical stack for this component.
|
bp-templates/bp-nouveau/includes/functions.php:
bp_nouveau_get_component_slug()
|
Gets the component’s slug thanks to its ID.
|
bp-templates/bp-legacy/buddypress-functions.php:
bp_legacy_theme_activity_template_loader()
|
Load the activity loop template when activity is requested via AJAX.
|
bp-groups/bp-groups-template.php:
bp_group_is_activity_permalink()
|
Determine whether the current page is a group activity permalink.
|
bp-groups/screens/single/activity-permalink.php:
groups_screen_group_activity_permalink()
|
Handle the display of a single group activity item.
|
bp-themes/bp-default/_inc/ajax.php:
bp_dtheme_activity_template_loader()
|
Load the activity loop template when activity is requested via AJAX,
|