A Guide to Writing Secure Themes – Part 3: Sanitization

In this part, we’re going to look at another technique to ensure that input is secure before using it in your code. The difference between validation and sanitization In the second part of this series, we talked about validation. When validating data, you are looking for certain criteria in the data. Or simply put, you’re … Continue reading A Guide to Writing Secure Themes – Part 3: Sanitization