WordPress

Part II: Data Validation and Sanitization in WordPress

In the First Part of this article, I explained about Data Validation and Sanitization, it’s importance and some key differences between them. In this part I shall be covering some of the important functions in WordPress that can be used to validate and sanitize data. First, lets have a brief explanation on HTML elements and […]

Part I: Data Validation and Sanitization in WordPress

Data validation and sanitization comes into action whenever users are allowed to enter data either via forms in Custom Meta Box, Theme Options or any other ways.  Although our code seems to work fine without the implementation of data validation and sanitization but it is important to validate the code if you want your data’s […]

Scroll to top