WordPress-Plugin-Boilerplate
WordPress Plugin Boilerplate A standardized, organized, object-oriented foundation for building high-quality WordPress Plugins. Contents The WordPress Plugin Boilerplate includes the following files: .gitignore. Used to exclude certain files from the repository. CHANGELOG.md. The list of changes to the core project. README.md. The file that you’re currently reading. A plugin-name directory that contains the source code – a …