Replies: 0
Dear Kyle,
I installed your plugin today and got the following error:
PHP Fatal error: Cannot use object of type WPCF7_FormTag as array in contact-form-7-image-captcha/cf7-image-captcha.php on line 65
Although I have no time to investigate why there could or could not be an array as response, please consider to add an is_array() in line 65:
if(is_array($tag) && $tag[‘raw_values’]) {
The plugin now works as expected.
Thank you very much for your work.
Kind regards,
PMP161316