Writing an option page for a plugin, I have to deal with the tedious magic quotes escaping.
I think in WP there is already such a function (surely magic quotes are managed in the "public" part of WP, there is some row of code in wp-settings.php).
This function can be used and will be stable in the future? What's its name? I rhink in WP there are lots of functions useful for plugin writers: what about organize a section in the documentation for those features?
Satollo.