isFile()) { $extension = strtolower(pathinfo($file, PATHINFO_EXTENSION)); if (in_array($extension, $allowedExtensions)) { $fileTime = $file->getMTime(); if ($fileTime > $lastMod) { $lastMod = $fileTime; } } } } return $lastMod; } $directory = __DIR__; $lastUpdatedTimestamp = getLastSiteUpdate($directory); echo date("d F Y", $lastUpdatedTimestamp); ?>