[Plugin: Contact Form] WP_DEBUG and notice
-
in WP_DEBUG-Mode, the plugin forces many notices. They’re often easy to fix, like:
easy-form.class.php, line 56
if (isset($_POST[‘wpcf_easyform_submitted’]) && $_POST[‘wpcf_easyform_submitted’]) {
Or notices within the admin backend: often it’s just an echo %var% but %var% doesn’t exist.
- The topic ‘[Plugin: Contact Form] WP_DEBUG and notice’ is closed to new replies.