August 18, 2011
In the first part of this series of WordPress data validation, we covered verifying intent and permissions. This article covers the other side of data validation: cleaning the data on the way in and escaping it on the way out. Fortunately WordPress comes with a variety of built in data validation functions. We have two […]