is there a trick to using the new security objects, everything i try to access returns nothing..
logged in with administrator account == -1, this does not exit the function
// Page Data Rendered event
public function pageDataRendered(string &$footer): void
{
$footerMsg = "";
if(IsSysAdminUser())
return;
same with Security()->IsSysAdmin()
is this only applicable for the hardcoded admin account?
thanks