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