Talk Synopsis
WordPress’ power comes from it’s extensibility. Actions & Filters allow you to add, change or remove features from your site. This talk will introduce you how to use these hooks, a must-know skill for anyone wanting to create a theme or plugin. Basic PHP knowledge is not required, but helpful in attending this talk.
Slides
Notes & Links
Here are some other great resources:
- The official documentation on Hooks in the WordPress Handbook
- The Plugin API documentation in the WordPress Codex
- WordPress Hook Firing Sequence (a fantastic blog post by RachieVee)