Skip to content

The Plugin Boilerplate Purpose

Beda Schmid edited this page Nov 15, 2021 · 9 revisions

Audience

New, aspiring or experienced WordPress and ClassicPress Developers.

Approach

The Boilerplate attempts to follow a modern OOP approach over a procedural functions structure, and tries to make sure all best practices suggested by WPCS are followed, inclusive Documentation of the Code and formatting.

Kickstart

...developers work by providing a "ready to go" code infrastructure to be filled out with features and specialised code

Teach

...and show newbies and oldies how things (could) be done by following coding standards, and keeping a well organised, modern code base and structure as well as extensive comments in the code

Standardize

...the messy world of plugins and "my way is the best" - so whenever we read code of a WordPress, or ClassicPress Plugin, it immediately feels familiar

Clone this wiki locally