-
Notifications
You must be signed in to change notification settings - Fork 10
The Plugin Boilerplate Purpose
Beda Schmid edited this page Nov 15, 2021
·
9 revisions
New, aspiring or experienced WordPress and ClassicPress Developers.
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.
...developers work by providing a "ready to go" code infrastructure to be filled out with features and specialised code
...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
...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
- Purpose of this Boilerplate
- The File Structure
- The Code Architecture
- How to use hooks with the Better Plugin Boilerplate
- How to customise and personalise the Plugin code
- Classes and Functions included in the Plugin code