Introduction to Plugin Development

This presentation is geared toward those that may understand what a plugin is but have never written one before. We will walk through how to create your first plugin and write a few functions that make use of some WordPress Core hooks (filters and actions). In conjunction with our discussion of plugins, we will also discuss the use of hooks that are available to you in WP Core and how to discover hooks available to your in the themes you use.