HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/KWessing/buddypress/bp-forums/bbpress/profile-base.php
<?php
require_once('./bb-load.php');

$user_id = bb_get_current_user_info( 'id' );

if ( !bb_is_profile() ) {
	$sendto = get_profile_tab_link( $user_id, 'edit' );
	wp_redirect( $sendto );
	exit;
}

do_action($self . '_pre_head');


if ( is_callable($self) )
	bb_load_template( 'profile-base.php', array('self'), $user_id );

exit;
?>