Make Your First WordPress Plugin

Ever been curious about how a WordPress plugin does what it does? We’ll demystify the process for the non-developer crowd by going, step by step, through the process of creating a simple WordPress plugin. From looking at the problem, through designing its solution and putting together the code, this talk will explain the Plugin API, action hooks, and plugin authoring in a way that people with a basic understanding of PHP scripting can understand.