• Resolved bcm924

    (@bcm924)


    I like having the plugin protect every page on my site that is accessed organically – however, I have pay-per-click only landing pages that I want to disable the plugin for, since these do not generate any spam. I want to avoid the possibility of any false positives, since I am paying to capture these leads. Please advise on how to disable CleanTalk for a specific page. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support amagsumov

    (@amagsumov)

    Hello, @bcm924

    Thank you for your request.

    Yes, you can add exclusions for any pages of your web-sites. 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.

    For example: If you need to except these URLs:
    example.com/some/thing
    example.com/some/one
    example.com/some/body
    You should type this in wp-config.php:

    $cleantalk_url_exclusions = array('some');

    If you have questions, please, let us know.

    Best regards.

    Thread Starter bcm924

    (@bcm924)

    Awesome thanks!

    Plugin Support amagsumov

    (@amagsumov)

    You are welcome!

    Feel free to contact us anytime.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable on Specific Pages?’ is closed to new replies.