Many tutorials that explain how to write a WordPress plugin (including ours) show the use of global functions for implementing action and filter hooks. In our case we used global functions so we had less to explain. But now that we’ve gotten past that first tutorial we think once you understand using classes you’ll find no… Continue reading
Blog Archives
How to Write a Basic WordPress Plugin
Plugins for WordPress can be very elaborate and require significant programming expertise to develop. But learning to develop a WordPress plugin doesn’t have to be difficult; you can start small and grow your skills over time. Let’s start with a very simple WordPress plugin that you might build for yourself or a client. Name the Plugin… Continue reading