11-22-2016, 07:17 AM
Oh. In that case, you can do
if($user->isLoggedIn(){
//echo email address
}
Then it won't show it, even if you read the page source.
if($user->isLoggedIn(){
//echo email address
}
Then it won't show it, even if you read the page source.