Check if user is logged in
-
Hi,
I wanted to know how to check if only the front end user is logged in php because I have to restrict content in the template of the theme. I triedif ( is_user_logged_in() ) { ... }
and other stuff like that but it did not work.Thanks,
Melvin
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Check if user is logged in’ is closed to new replies.