bp_displayed_user_domain()
Generate the link for the displayed user’s profile.
Return #Return
(string)
Source #Source
File: bp-members/bp-members-template.php
function bp_displayed_user_domain() { $bp = buddypress(); /** * Filters the generated link for the displayed user's profile. * * @since 1.0.0 * * @param string $value Generated link for the displayed user's profile. */ return apply_filters( 'bp_displayed_user_domain', isset( $bp->displayed_user->domain ) ? $bp->displayed_user->domain : '' ); }
Expand full source code Collapse full source code View on Trac
Related #Related
Uses #Uses
Uses | Description |
---|---|
bp-members/bp-members-template.php: bp_displayed_user_domain |
Filters the generated link for the displayed user’s profile. |
bp-loader.php: buddypress() |
The main function responsible for returning the one true BuddyPress Instance to functions everywhere. |
Used By #Used By
Used By | Description |
---|---|
bp-core/deprecated/3.0.php: bp_core_action_delete_user() |
Process user deletion requests. |
bp-core/deprecated/1.6.php: bp_friends_header_tabs() |
Displays Friends header tabs |
bp-core/bp-core-template.php: bp_get_nav_menu_items() |
Get the items registered in the primary and secondary BuddyPress navigation menus. |
bp-core/bp-core-template.php: bp_get_title_parts() |
Get the title parts of the BuddyPress displayed page |
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-activity-component.php: BP_Activity_Component::setup_nav() |
Set up component navigation. |
bp-activity/bp-activity-template.php: bp_get_member_activity_feed_link() |
Return the member activity feed link. |
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-blogs/bp-blogs-template.php: bp_blogs_blog_tabs() |
Output navigation tabs for a user Blogs page. |
bp-blogs/classes/class-bp-blogs-component.php: BP_Blogs_Component::setup_nav() |
Set up component navigation for bp-blogs. |
bp-settings/classes/class-bp-settings-component.php: BP_Settings_Component::setup_nav() |
Set up navigation. |
bp-settings/actions/capabilities.php: bp_settings_action_capabilities() |
Handles the setting of user capabilities, spamming, hamming, role, etc. |
bp-settings/actions/general.php: bp_settings_action_general() |
Handles the changing and saving of user email addresses and passwords. |
bp-settings/actions/general.php: bp_settings_verify_email_change() |
Process email change verification or cancel requests. |
bp-members/bp-members-invitations.php: bp_members_invitations_setup_nav() |
Set up the displayed user’s Members Invitations nav. |
bp-settings/bp-settings-template.php: bp_settings_pending_email_notice() |
Add the ‘pending email change’ message to the settings page. |
bp-settings/actions/notifications.php: bp_settings_action_notifications() |
Handles the changing and saving of user notification settings. |
bp-members/bp-members-adminbar.php: bp_members_admin_bar_user_admin_menu() |
Add the User Admin top-level menu to user pages. |
bp-members/classes/class-bp-members-component.php: BP_Members_Component::setup_canonical_stack() |
Set up canonical stack for this component. |
bp-members/classes/class-bp-members-component.php: BP_Members_Component::setup_nav() |
Set up fall-back component navigation if XProfile is inactive. |
bp-members/screens/change-avatar.php: bp_members_screen_change_avatar() |
Handle the display of the profile Change Avatar page by loading the correct template file. |
bp-members/bp-members-template.php: bp_get_avatar_delete_link() |
Return an avatar delete link. |
bp-members/bp-members-template.php: bp_get_members_component_link() |
Generate a link to a members component subpage. |
bp-members/bp-members-template.php: bp_get_displayed_user_link() |
Get the link for the displayed user’s profile. |
bp-members/bp-members-template.php: bp_user_link() |
Alias of {@link bp_displayed_user_domain()}. |
bp-members/bp-members-template.php: bp_get_displayed_user_nav() |
Render the navigation markup for the displayed user. |
bp-members/actions/invitations-bulk-manage.php: bp_members_invitations_action_bulk_manage() |
Handles bulk management (resend, cancellation) of invitations. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_is_feed_enable() |
Checks whether the Activity RSS links should be output. |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_customizer_link() |
Get a link to reach a specific section into the customizer |
bp-templates/bp-nouveau/includes/template-tags.php: bp_nouveau_get_nav_link() |
Retrieve the URL for the current nav item. |
bp-templates/bp-nouveau/includes/groups/functions.php: bp_nouveau_groups_invites_restriction_nav() |
Group invites restriction settings navigation. |
bp-templates/bp-nouveau/includes/groups/functions.php: bp_nouveau_groups_screen_invites_restriction() |
Group invites restriction screen. |
bp-templates/bp-nouveau/includes/messages/functions.php: bp_nouveau_messages_localize_scripts() |
Localize the strings needed for the messages UI |
bp-messages/classes/class-bp-messages-component.php: BP_Messages_Component::setup_nav() |
Set up navigation for user pages. |
bp-messages/screens/view.php: messages_screen_conversation() |
Load an individual conversation screen. |
bp-messages/actions/star.php: bp_messages_star_action_handler() |
Action handler to set a message’s star status for those not using JS. |
bp-messages/actions/read.php: bp_messages_action_mark_read() |
Handle marking a single message thread as read. |
bp-messages/actions/view.php: messages_action_conversation() |
Process a request to view a single message thread. |
bp-messages/actions/bulk-manage-star.php: bp_messages_star_bulk_manage_handler() |
Bulk manage handler to set the star status for multiple messages. |
bp-messages/actions/bulk-delete.php: messages_action_bulk_delete() |
Process a request to bulk delete messages. |
bp-messages/actions/unread.php: bp_messages_action_mark_unread() |
Handle marking a single message thread as unread. |
bp-messages/actions/bulk-manage.php: bp_messages_action_bulk_manage() |
Handle bulk management (mark as read/unread, delete) of message threads. |
bp-messages/actions/delete.php: messages_action_delete_message() |
Process a request to delete a message. |
bp-messages/bp-messages-star.php: bp_get_the_message_star_action_link() |
Return the link or raw URL for starring or unstarring a message. |
bp-messages/bp-messages-template.php: bp_get_the_thread_delete_link() |
Get the URL for deleting the current thread. |
bp-messages/bp-messages-template.php: bp_get_messages_form_action() |
Return the form action for Messages HTML forms. |
bp-groups/classes/class-bp-groups-component.php: BP_Groups_Component::setup_nav() |
Set up component navigation. |
bp-groups/bp-groups-template.php: bp_groups_header_tabs() |
Displays group header tabs. |
bp-groups/bp-groups-template.php: bp_group_search_form() |
Display a Groups search form. |
bp-xprofile/bp-xprofile-template.php: bp_edit_profile_button() |
Render an edit profile button. |
bp-xprofile/bp-xprofile-template.php: bp_get_profile_group_tabs() |
Return the XProfile group tabs. |
bp-xprofile/bp-xprofile-template.php: bp_get_the_profile_group_edit_form_action() |
Return the XProfile group edit form action. |
bp-xprofile/classes/class-bp-xprofile-component.php: BP_XProfile_Component::setup_nav() |
Set up navigation. |
bp-xprofile/classes/class-bp-xprofile-component.php: BP_XProfile_Component::setup_settings_nav() |
Set up the Settings > Profile nav item. |
bp-xprofile/screens/settings-profile.php: bp_xprofile_action_settings() |
Handles the saving of xprofile field visibilities. |
bp-xprofile/screens/edit.php: xprofile_screen_edit_profile() |
Handles the display of the profile edit page by loading the correct template file. |
bp-notifications/classes/class-bp-notifications-component.php: BP_Notifications_Component::setup_nav() |
Set up component navigation. |
bp-notifications/screens/read.php: bp_notifications_action_mark_unread() |
Handle marking single notifications as unread. |
bp-notifications/screens/unread.php: bp_notifications_action_mark_read() |
Handle marking single notifications as read. |
bp-notifications/actions/bulk-manage.php: bp_notifications_action_bulk_manage() |
Handles bulk management (mark as read/unread, delete) of notifications. |
bp-notifications/actions/delete.php: bp_notifications_action_delete() |
Handle deleting single notifications. |
bp-friends/classes/class-bp-core-friends-widget.php: BP_Core_Friends_Widget::widget() |
Display the widget. |
bp-friends/classes/class-bp-friends-component.php: BP_Friends_Component::setup_nav() |
Set up component navigation. |
bp-friends/bp-friends-template.php: bp_friends_random_friends() |
Output a block of random friends. |
bp-friends/bp-friends-template.php: bp_friend_search_form() |
Display a Friends search form. |
Changelog #Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |