Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Seperate HOMEPAGE for users


JPS Bhullar
Participant

@jpsbhullar

hi I just tried the following code, but it is not working as expected:

function bp_dump() {
global $bp;
if(!$bp->loggedin_user->id)
header(“location:my_website_address”);
}
add_action( ‘wp’, ‘bp_dump’ );

Kindly let me know what am I doing wrong

Skip to toolbar