WordPress: Auto adds slashes to $_POST, $_GET, $_REQUEST, $_COOKIE
When I first hard coded a form into a WordPress page and print_r() the results, all the quotes were escaped. Now, being a reasonably savvy developer at times, my first thought was obviously, “Oh the…