marcialwushu / WordPressPluginBuilding

:book: Building a WordPress Plugin Boilerplate
GNU General Public License v2.0
0 stars 1 forks source link

THE WORDPRESS PLUGIN BOILERPLATE #2

Open marcialwushu opened 4 years ago

marcialwushu commented 4 years ago

A STANDARDIZED, ORGANIZED, OBJECT-ORIENTED FOUNDATION

FOR BUILDING HIGH-QUALITY WORDPRESS PLUGINS.

STANDARDIZED

The Boilerplate follows both the coding standards and the documentation standards so you don't have to hunt them down. Describe your work in the comments, write code, and go.

ORGANIZED

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.

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.


WPPB.IO

marcialwushu commented 4 years ago