This plugin (aka "PDH") is an attempt to compile in one place a well-documented, best practices guide/reference to building a WordPress plugin.
Currently I've worked my way through the entire WP Plugin Developer Handbook once, now I'll be going back through the code and cleaning it up, hopefully getting it to be a functional plugin. I'll also continue enhancing using other high quality sources.
FYI: The plugin doesn't currently work. First I'm getting everything/almost everything into the plugin files, then will work on making it functional.
Note: This reference plugin draws extensively on the materials in the WP Developer Handbook including usage of code and text.
- DEVELOPER-TOOLING.MD includes notes about creating a workspace including the proper tooling.
- FOUNDATIONAL.MD includes high level concepts related to WP and WP plugin development.
- NOTES.MD are footnotes found throughout the rest of this repository that provide additional details that didn't fit in the main "narrative."
There ya go.
- 0.0.1 - Initial Commit.
- 0.0.2 - Finished first pass through Plugin Handbook code and began refactoring code.
- 0.0.2 - Mainly refactoring code in plugin-dev-handbook.php out into separate files by functional purpose.