How to save custom settings for your WordPress plugin

I used to build WordPress plugins and front-end apps for my freelance clients. Many times I had to make the WordPress plugin configurable through the WordPress dashboard. There are several ways to do this, but the recommended approach is to use the WordPress Settings API. In this post I’ll guide you through on how to … Read more