add blocks cache

This commit is contained in:
2023-07-28 11:59:42 +03:00
parent 83a2fcaa32
commit 85bdf0d8f2
8 changed files with 53 additions and 62 deletions

View File

@@ -10,7 +10,8 @@ get_header();?>
<?if (isset($_POST['email'])) {
$email = trim($_POST['email']);
$email = strtolower(trim($_POST['email']));
if (filter_var($email, FILTER_VALIDATE_EMAIL)) {