Verify Code:


[insert_php]
require_once(‘wp-content/plugins/wp-recaptcha/recaptchalib.php’);
$publickey = ‘6Le_tvcSAAAAABf_Eu5ZBYzEtPcCv7NEZUPcpIgm’;
echo recaptcha_get_html($publickey);
[/insert_php]