Hello, does this code mean if the variable $query contains "cb_session" or if the variable $admin_area is true do that ?
I say because in the code there is not variable $admin_area so it could be deleted the or condition...
Thanks
It means "If cb_sessions is found in $query or $admin_area equals true".
Keep in mind that if $admin_area is set anywhere, and it's set to something other than 0, false, null, or an empty string ("") it will evaluate as true.