Skip to content

Uses WordPress Handbook best practices and code to build a plugin to demonstrate concisely what the Handbook teaches.

Notifications You must be signed in to change notification settings

davidshq-legacy/pdh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Plugin Developer Handbook Unofficial Reference Plugin

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.

Other Resources

  • 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."

License is GPLv2

There ya go.

Release History

  • 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.

Releases

No releases published

Packages

No packages published