I still don’t know if this function is coming from your plugin or another?
Or is even now a standard wp function?
With standard theme and with or without your plugin is no option under mens to show or hide depend on status 🙁
Plugin Support
Youzify
(@kainelabsteam)
Hello @jaroslawistok
Can you please explain more about “menu points” you mean please? Can you please send me a screenshot so I can have a clear idea about it?
Best Regards, KaineLabs Team.
I just don’t know how to call them. just menuentries whitch I could hide.
For example Login for already logged in users.
https://e1.pcloud.link/publink/show?code=XZWdHYZXYo3fe44hW4kadsI5TrKJjyGJFdX
It even seems to work but I can’t change this back
Plugin Support
Youzify
(@kainelabsteam)
Hello @jaroslawistok
For non logged-in user, you can use this CSS
.not-logged-in #menu-item
For an example
.not-logged-in #menu-item-75 {
display:none;
}
Best Regards, KaineLabs Team.