Don’t work wpcf7_validate_hidden filter
-
Hello! I’m trying to make custom validation for hidden field. Added the wpcf7_validate_hidden filter like that:
add_filter('wpcf7_validate_hidden', 'some_function', 20, 2);The filter doesn’t work only on one of my sites. Checked via mail() and file_put_contens(), doesn’t work.
What to check and how to understand why the filter doesn’t work?
The topic ‘Don’t work wpcf7_validate_hidden filter’ is closed to new replies.