Skip to main content

1. PHP Foundations for WordPress

This module covers the PHP fundamentals you need before writing theme or plugin code.

Lessons

WordPress Context

Most WordPress PHP is procedural code organized around functions and hooks. You will still see classes in modern plugins, but the fastest path to usefulness is understanding variables, arrays, functions, callbacks, and WordPress conventions.

What's Next