I want to be able to show a certain link, but only if a user is logged into the control panel. I’ve tried {if logged_in} and did a var_dump of $this->EE->session->userdata - but they’re empty if I’m logged into the control panel and {if logged_out} always evaluates to true. Is this not the proper way to check if a user is logged into the control panel?
Thanks!