THE WORDPRESS PLUGIN BOILERPLATE
A STANDARDIZED, ORGANIZED, OBJECT-ORIENTED FOUNDATION
FOR BUILDING HIGH-QUALITY WORDPRESS PLUGINS.
LAYING THE FOUNDATION
SO THAT YOU CAN GET TO WORK
ON BUILDING YOUR NEXT BIG THING™.
STANDARDIZED
The Boilerplate follows both the coding standardsand the documentation standards so you don’t have to hunt them down. Describe your work in the comments, write code, and go.
The Boilerplate is organized in the same way as the plugins in the WordPress Plugin Repository. There’s a place for every type of file and the project leaves no guesswork as to what goes where.
ORGANIZED
OBJECT-ORIENTED
If you’re looking for an object-oriented approach, then the Boilerplate has you covered. Separated by responsibility, it’s easy to find where to place your dashboard code, your public code, your shared code, and more.