Make WordPress Plugin compatible with Multisite

Recently, I have been working on a plugin and found out that a plugin working on a single blog doesn’t necessarily means it will work on your multisite environment too. Making your plugin compatible with WordPress multisite is not so hard. But when your plugin creates custom tables or site options on activation of the […]

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