Skip to main content

4. Plugin Development

This module teaches the plugin patterns that keep WordPress behavior portable across themes.

Lessons

Plugin Rule

If the feature should survive a theme change, make it a plugin.

What's Next