1 مستودع
Object-oriented patterns for building maintainable plugins with separated admin, public, and shared logic.
Distinct from Object Oriented Programming: Distinct from Object Oriented Programming: specifically applies OOP to plugin architecture with concern separation.
Explore 1 awesome GitHub repository matching part of an awesome list · Plugin Architectures. Refine with filters or upvote what's useful.
The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like
Builds maintainable WordPress plugins with separated admin, public, and shared logic following object-oriented patterns.