Skip to content

Collection - Security

Our recent articles

Sanitising data in WordPress

Sanitising data in WordPress

Sanitization is the process of cleaning or filtering your input data. Whether the data is from a user or an API or web service, you use sanitizing when you don’t know what to expect or you don’t want to be strict with data validation. The easiest way to sanitize data is with built-in WordPress functions. The sanitize_*() series […]

Continue reading

Security resources »

URL Validation in WordPress »

If your WordPress website/theme/plugin allows users to submit URLs, and you’re not sanitizing them properly, you could have a whole host of security problems. On the flipside, if you’re removing too much, you might not be allowing valid URLs either.

From CMLJN Blog.

Popular topics

On development

On best practice

On content strategy