In this section, we'll create a plugin via a simple step-by-step process. We'll first see what the essential requirements are, then try out and test the plugin, and then briefly discuss the PHP code involved. With that said, you should already have a basic PHP background going into this chapter.
Plugins
Building plugins from scratch
First of all, you're here to learn about WordPress, so in this particular case, we will indeed build things from scratch. This is always the best approach to get an in-depth look into how a particular technology works.
However, later on, once you're working with WordPress on a regular basis managing your own or other people's websites, I actually advise you to always look...