Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.53 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.53 KB

Andrew's WordPress Handbook

This is my handbook for WordPress development. I use this repo as a place to keep WordPress development best practices.

Case Description
Plugin header comment How the plugin header comment should look like.
Simple plugin structure Plugin structure for simple projects.
Simple plugin structure using WPBP Simple plugin structure using the WordPress Boilerplate.
Simple admin settings page Settings page with two parameters.
Simple admin settings page using WPBP Settings page with two parameters using the WordPress Boilerplate.
Simple plugin with submenus. WPBP Settings page with two parameters and submenus.

Andrew Dorokhov