bp-core/bp-core-template.php:
bp_get_title_parts()
|
Get the title parts of the BuddyPress displayed page
|
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-template.php:
bp_is_group_leave()
|
Is the current page a leave group attempt?
|
bp-core/bp-core-template.php:
bp_is_group_single()
|
Is the current page part of a single group?
|
bp-core/bp-core-template.php:
bp_is_group_home()
|
Is the current page a single group’s home page?
|
bp-core/bp-core-template.php:
bp_is_group_admin_page()
|
Is the current page part of a single group’s admin screens?
|
bp-core/bp-core-template.php:
bp_is_group_activity()
|
Is the current page a group’s activity page?
|
bp-core/bp-core-template.php:
bp_is_group_forum_topic()
|
Is the current page a group forum topic?
|
bp-core/bp-core-template.php:
bp_is_group_forum_topic_edit()
|
Is the current page a group forum topic edit page?
|
bp-core/bp-core-template.php:
bp_is_group_members()
|
Is the current page a group’s Members page?
|
bp-core/bp-core-template.php:
bp_get_options_nav()
|
Output the “options nav”, the secondary-level single item navigation menu.
|
bp-activity/bp-activity-template.php:
bp_activity_user_can_delete()
|
Determine if the current user can delete an activity item.
|
bp-templates/bp-nouveau/includes/activity/functions.php:
bp_nouveau_activity_localize_scripts()
|
Localize the strings needed for the Activity Post form UI
|
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-templates/bp-legacy/buddypress-functions.php:
bp_legacy_theme_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-groups/classes/class-bp-groups-component.php:
BP_Groups_Component::setup_nav()
|
Set up component navigation.
|
bp-groups/classes/class-bp-groups-component.php:
BP_Groups_Component::setup_title()
|
Set up the title for pages and .
|
bp-groups/classes/class-bp-groups-theme-compat.php:
BP_Groups_Theme_Compat::is_group()
|
Are we looking at something that needs group theme compatibility?
|
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/home.php:
groups_screen_group_home()
|
Handle the loading of a single group’s page.
|
bp-groups/screens/single/activity.php:
groups_screen_group_activity()
|
Handle the loading of a single group’s activity.
|
bp-groups/screens/single/members.php:
groups_screen_group_members()
|
Handle the display of a group’s Members page.
|
bp-groups/screens/single/send-invites.php:
groups_screen_group_invite()
|
Handle the display of a group’s Send Invites page.
|
bp-groups/actions/leave-group.php:
groups_action_leave_group()
|
Catch and process “Leave Group” button clicks.
|
bp-groups/actions/join.php:
groups_action_join_group()
|
Catch and process “Join Group” button clicks.
|
bp-themes/bp-default/_inc/ajax.php:
bp_dtheme_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.
|