[Plugin: Custom Contact Forms] Stripping Slashes from Subject
-
I added stripslashes to my subject line (my site’s name has an apostrophe in it), but it just suddenly stopped working. I’m not sure if something changed or if I did something that caused it to stop working. Can anyone confirm which file and line I should be changing to make sure it works?
I have this:
<input name="default_form_subject" value="<?php echo stripslashes($admin_options['default_form_subject']); ?>" type="text" />
in custom-contact-forms-admin.php
Should I also be adding it elsewhere? It was working well until around 1/26. That’s when the slashes reappeared.
Thanks for any insight. ??
- The topic ‘[Plugin: Custom Contact Forms] Stripping Slashes from Subject’ is closed to new replies.