How to remove captcha from a specific page?
-
Hi,
I need to remove the captcha from specific pages, is it possible and how?
E.g. I have:
// remove captha from page 33
if ( is_single(33) ) {
// remove captcha code here…
}Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to remove captcha from a specific page?’ is closed to new replies.