This course is going to focus on the very basics of plugin development. I am going to assume you have never written a plugin before and take you from the very beginning. If you have written plugins before, then this course could also be extremely valuable to you as I’m going to cover in-depth the fundamentals for plugin development, especially adhering to WordPress coding standards.
Unlike my Writing Your First Plugin Basic to Advanced series, we will not be writing just one plugin, but writing a series of small plugins and also looking at a number of live plugins written by various developers that illustrate best practices.
This course is open to all premium subscribers to Pippin’s Plugins and memberships start at just $6 per month.
- Introduction to WordPress Plugin Development 101
- Plugin Development 101 - What Makes a Plugin?
- Plugin Development 101 - General Best Practices
- Plugin Development 101 - An Intro to Filters
- Plugin Development 101 - Intro to Actions
- Plugin Development 101 - Registering a Custom Post Type
- Plugin Development 101 - Intro to Short Codes
- Plugin Development 101 - Intro to Loading Scripts and Styles
- Plugin Development 101 - Introduction to Adding Dashboard Menus
- Plugin Development 101 - Separating Your Plugin into Multiple Files
- Plugin Development 101 - Your First OOP Plugin
- Plugin Development 101 - Dissecting the Featured Comments Plugin
- Plugin Development 101 - Digging Into WordPress Core to Solve a Problem
- Plugin Development 101 - Introduction to extending classes