• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ 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


Hi.

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

<?php if(is_user()) {
//is logged in user
?>
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)