[ Video Sharing CMS v4 ] how to block thing?

Started by YehudaBitton,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

YehudaBittonTopic starter

i add link in my website and i want to hide the link for registar user and another page i want to hide the link for unregistar user how to do that?
  •  

Marius P.


Hi.

<?php if(!is_user()) {
//is not registred
?>

<?php if(is_user()) {
//is logged in user
?>
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)