Does WordPress validate inputs made to all built-in functions that access the database to protect against SQL injection vulnerabilities or do we have to validate before passing them?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You have to do a lot by yourself. But you also have to check the core code by yourself to see if the current function you're using is validating it and in which way. |
|||
|
|