From a0f24abf01b83b4fef814871e4355439343c624a Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 10 Jul 2023 23:32:39 +0800 Subject: [PATCH] Add link to Disposable Email Domains extension in the recommendation --- includes/ajax/class-secure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ajax/class-secure.php b/includes/ajax/class-secure.php index 30576a3d..99599c9b 100644 --- a/includes/ajax/class-secure.php +++ b/includes/ajax/class-secure.php @@ -331,7 +331,7 @@ class Secure { $content .= $br . 'Block Disposable Email Addresses/Domains'; if ( empty( UM()->options()->get( 'blocked_emails' ) ) ) { - $content .= $br . $flag . 'You are not blocking email addresses or disposable email domains that are mostly used for Spam Account Registrations. You can get the list of disposable email domains from this repository and then add them to Blocked Email Addresses options.'; + $content .= $br . $flag . 'You are not blocking email addresses or disposable email domains that are mostly used for Spam Account Registrations. You can get the list of disposable email domains with our basic extension Block Disposable Email Domains.'; $content .= $br; } else { $content .= $br . $check . 'Blocked Emails option is already set.';