When it comes to working with the WordPress database – or any application that provides an API for data serialization – I try to always stick with the API unless it’s absolutely unavoidable. For the most part, I tend to favor APIs that provides the necessary functions for reading and writing data, and I generally […]