bp_members_screen_display_profile()
Handle the display of the profile page by loading the correct template file.
Description
Source
File: bp-members/screens/profile.php
function bp_members_screen_display_profile() { /** * Fires right before the loading of the Member profile screen template file. * * @since BuddyPress 1.5.0 */ do_action( 'bp_members_screen_display_profile' ); /** * Filters the template to load for the Member profile page screen. * * @since BuddyPress 1.5.0 * * @param string $template Path to the Member template to load. */ bp_core_load_template( apply_filters( 'bp_members_screen_display_profile', 'members/single/home' ) ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.