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 […]
A useful guide to how to set up aliases for WampServer to allow for easier and more logical development. A super simple set of instructions to get you up and running with aliases very quickly and easily. (continue reading)
Earlier this week I encountered an issue with a client’s website whereby when you viewed the site, all you could see were the words “View in admin only”.