A WP Plugin boilerplate that was designed throughout the years. It is intended to follow WP Coding Standards, OOP, and provide Basic Codebase to develop a WP Plugin.
Could be used as-is on a WP site for testing and demonstration.
When developing a plugin, some file names and variables will need to be renamed to fit the plugin.
- PLUGIN_NAME
- PLUGIN_SLUG
- PLUGIN-NICENAME
- PLUGIN_PREFIX_UPPER
- PLUGIN_PREFIX_LOWER
- Root folder & Repo name replaced with the plugin's nicename.