Hello.
Thank you for your request.
Do you mean you want to exclude spam checking of your login page?
If so, it is possible to do as stated on our FAQ page:
- Log in to your Hosting Account;
- Locate your website folder;
- Add this string in your wp-config.php file before defining database constants:
$cleantalk_url_exclusions = array('url1', 'url2', 'url3');
Now, all pages containing strings ‘url1’, ‘url2’, or ‘url3’ will be excluded from anti-spam checking.
Remember that this option will not be applied in registration and comment checking — they are always protected from spam. This is similar to regular expression /.url1./ or wildcard like url1.
Your CleanTalk Control Panel: [ https://cleantalk.org/my/ ].
Best regards.