-
Notifications
You must be signed in to change notification settings - Fork 43
BrunoBernardino edited this page Dec 22, 2014
·
3 revisions
This answer is valid for many form plugins that exist for WordPress.
If they follow standards (the same way the default Wordpress forms do for comments, login, signup), you only need to know what is the action hook name and validation filter name and add those as custom options, otherwise, you'll have to get your hands dirty in code.
An example has been posted on WordPress
If you're getting this error, it means your PHP version is older/lower than 5.3, which is the minimum required version for visualCaptcha.
If you're feeling adventurous, though, removing the use of namespaces should be enough to make it work for older versions, though we won't support such change.