How to make the plugin hidden from guest
gdsst
New
How can I make the plugin hidden from guest users?
0
gdsst
New
How can I make the plugin hidden from guest users?
Comments
// Check to see if guest. if(Gdn::Session()->UserID == 0) return FALSE;