The contact form has recently stopped working which I’ve read is something to do with a configuration validator. It advises adding the following line to functions.php
add_filter( ‘wpcf7_validate_configuration’, ‘__return_false’ );
Can you let me know if this is correct and the exact format I have to enter within the functions file. I notice everything else in that file has a heading and brackets.
Thanks, Debbie