Does WordPress sanitize arguments to WP_Query?
It’s actually a good question. Of course user input cannot be trusted, but also sanitizing the same value twice “just in case” isn’t the best solution for a problem. The only real answer to this question can be given by looking at the code and following what goes on. And after reading it for a … Read more