Plugin Boilerplates are a great way to start developing without having to rewrite standard code. They also ensure that all your plugins are consistent with respect to layout and coding practices. The WordPress Plugin Handbook lists best practices to develop WordPress plugins. Among these are a few Boilerplate Starting Points that you can use instead of writing your own. I particularly liked the one by DeninVinson but without support for namespaces, one could end up with a lot of …
Continue Reading about WordPress Plugin Boilerplate with Support for Autoloading and Namespaces →