From 738c83378cf1699e35465c027ac532bed2aea502 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 2 Jun 2024 16:41:20 -0400 Subject: [PATCH] Forgot to add a pattern for expires on --- functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index eb692ad1..ecd0f3d5 100644 --- a/functions.php +++ b/functions.php @@ -1232,7 +1232,8 @@ function getDomainExpirationDate($domain) { '/renewal date: (.+)/', '/Expires On: (.+)/', '/paid-till: (.+)/', - '/Expiration Time: (.+)/' + '/Expiration Time: (.+)/', + '/\[Expires on\]\s+(.+)/' // New pattern 1 for "Expires on" ]; // Known date formats