Title: Remember your stripslashes()
Last modified: August 22, 2016

---

# Remember your stripslashes()

 *  Resolved [Rick Mac gillis](https://wordpress.org/support/users/cozylife/)
 * (@cozylife)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/remember-your-stripslashes/)
 * Hey, thanks for creating this plugin. It’s quite helpful. I just wanted to report
   that when you save the options page with an apostrophe in the Custom Comment 
   Checkbox Text, the plugin adds a backslash in front of it. In order to remove
   that, you need to remember to add your stripslashes() function around the appropriate
   data being entered.
 * In file: yikes-inc-easy-mailchimp-extender/classes/class.yksemeBase.php
    On lines
   395 and 407 change:
 * `$this->optionVal['yks-mailchimp-optin-checkbox-text'] = $fd['yks-mailchimp-optin-
   checkbox-text'];`
 * To:
 * `$this->optionVal['yks-mailchimp-optin-checkbox-text'] = stripslashes($fd['yks-
   mailchimp-optin-checkbox-text']);`
 * [https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remember-your-stripslashes/#post-5211455)
 * Hey CozyLife,
 * Thanks for catching that! I hadn’t noticed that was happening. I will push out
   an update in the next hour or so that should patch things up. Thanks for taking
   the time to report it here!
 * Evan

Viewing 1 replies (of 1 total)

The topic ‘Remember your stripslashes()’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/remember-your-stripslashes/#post-5211455)
 * Status: resolved