php - How to use WP-reCAPTCHA on a form -


I have a WordPress 3.5.1 powered website on which the plug-in is wp-reCAPTCHA installed. This plugin places a recaptcha field at the bottom of the comment form of my website.

For my life, I can not understand how on this template page I can use this template page on the comment form.

If I download the stand-alone Reepakta code, and try to use it, then it throws serious errors because the same library has already been loaded, through the WP plugin.

I hope someone can help me!

Thanks,

Ken

You can bet if a reCAPTCHA class is already created

something like

  if (Class_exists ('reCAPTACK')) {require_once ('recaptchalib.php' );   

}

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -