Write Your First WordPress Plugin from Scratch
Taught by Pippin Williamson, this course breaks down what makes a WordPress plugin work by building one from the ground up: a Simple Post Expiration plugin that does one job well, prepending "Expired" to a post's title once a set date has passed.
What You'll Learn
Along the way, you'll get familiar with WordPress coding standards, work directly with the Plugin API, and use several core hooks to tie your code into WordPress itself. Every function and file in the plugin is built up piece by piece, so you can see exactly why each part exists.
Who It's For
Whether you're writing your very first plugin or looking to sharpen the structure of existing WordPress projects, this course offers a practical, hands-on foundation.