When I first started learning WordPress in 2006, I was just a tinkerer. I had a background in PHP, so learning how to customize a theme was a fairly simple process. I just scanned the code and found what I wanted to change. I learned WordPress actions and filters and how to develop a plugin.
Actions and filters (also known as hooks) allow you to execute and change how WordPress behaves. These are foundational elements, meaning you will have a hard time making a plugin without them.
A filter changes something. An action does something. But there’s more to it than that.
In this course, I will teach you actions and filters in-depth. There are some assumptions I’d like to lay out first as far as course requirements.
I’ll start off slow and explain in detail certain concepts. I’ll also provide a quiz at the end of each lesson to reinforce concepts and techniques.
If you’re just starting to get into plugin development or a senior WordPress Engineer, I feel you’ll get a lot out of this course.
You need some kind of local development environment. Local is the easiest to setup, while MAMP Pro gives you much more control.
You don’t have to be an expert, but you are familiar with common PHP functions and have a basic understanding of Object Oriented Programming.
You’ll learn:
I look forward to seeing you in my course. If you have any feedback or questions whatsoever, I will be here to answer them.