How to build a WordPress plugin from scratch
WordPress have a great API for plugin developers. You can practically do anything with wordpress data, but first, you need to understand how the filters and actions work. You also need to know some minimal things that you have to add in any plugin to make it work. I will first start describing how the […]