Hi:
I've added here and not work. template.contact.php
<?php if(
get_theme_mod('photo_contact_enable_captcha', 0) == 1 &&
$publickey != 'the code here' &&
$privatekey != 'the code here'
) : ?>
I did another test, inserting the code here too, but neither works.
Where should I insert the public and private keys?
$publickey = get_theme_mod('photo_contact_public_key','the code here');
$privatekey = get_theme_mod('photo_contact_private_key','the code here');
It is the first time I use your templates and do not know how they work.
a greeting