PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
captcha="clean"
captcha="red"
<?php
add_action ("ws_plugin__s2member_after_loaded", "my_s2_recaptcha_keys"); function my_s2_recaptcha_keys ()
{
/* Get your own public/private keys, please go here:
<https://www.google.com/recaptcha/admin/create>. */
$GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["recaptcha"]["public_key"] = "xxxxxxxxxxxxx";
$GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["recaptcha"]["private_key"] = "xxxxxxxxxx";
}
?>
I would double-check your private key in this case. It sounds like your public key is correct, but your private is not, or has an extra space in it; something like that.virtuallight wrote:It is probably me - but I have carried out the instructions - captcha is working again but the code when entered is never accepted, preventing all registration.
What have I missed?
Users browsing this forum: Exabot [Bot], Yahoo [Bot] and 4 guests