Building your first WordPress plugin (part 2)

In the previous part of our series we created the base for a WordPress plugin recognisible by the core. Today we are going to learn how to actually alter the default functionality of the core. The concept of hooks, actions, and filters is responsible for that; being the real heart of the whole WordPress plugins system. Everything starts from the “hooks” provided by the core itself.