Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support SergeM

    (@serge00)

    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.

    Thread Starter newwper3

    (@newwper3)

    Hi,

    If my website login url is example.com/wp-login.php?123456abc

    Which one should I write in my wp-config.php?

    $cleantalk_url_exclusions = array(‘wp-login’); or
    $cleantalk_url_exclusions = array(‘wp-login.php’);
    $cleantalk_url_exclusions = array(‘wp-login.php?123456abc’);

    Many Thanks

    Plugin Support SergeM

    (@serge00)

    Hello.

    I’m sorry for the late reply.

    All 3 lines are correct. You can pick any variant you want and add them to your wp-config.php file.

    Contact us anytime.

    Kind regards.

    Thread Starter newwper3

    (@newwper3)

    Thanks my friend ??

    Plugin Support SergeM

    (@serge00)

    You are always welcome!

    Feel free to write to us anytime.

    All the best.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘login page’ is closed to new replies.