My current code is looking like that:
if ( in_array($country, [\'US\',\'GB\'], true ) ) { $time = time(); } else { $time = time() + $d; }
Is