That will not work. I just realized that you’re using ACF4 and that filter does not exist, try this
add_filter('acf/update_value', 'wp_slash', 1);
still not sure that it won’t have some other side effects, you may just want to do it for the field that’s giving you a problem.