🗂️ Overview
This directory contains the core, self-contained, and reusable WP2 Modules. Modules represent distinct units of functionality (e.g., Commerce, Access Control) and are a cornerstone of WP2’s architecture. They can encapsulate logic, blocks, post types, taxonomies, and assets related to a specific domain.
Modules are designed to be potentially distributable and can be activated or deactivated to tailor a WP2 site’s feature set.
Module Categories:
- Access Control
- Accessibility
- Automation
- Building Blocks
- Commerce
- Community
- Compliance
- Dependencies
- Development
- Discovery
- Layouts
- Localization
- Marketing
- Navigation
- Performance
- Security
- Submissions
- Templating
- Types
- Typography
- Updates
- Uploads
- Visual Styles
Purpose within WP2
Modules provide the primary mechanism for building and extending functionality in a structured, maintainable, and scalable way within the WP2 framework. They allow developers to organize complex features into logical units.
[!CAUTION] This project is currently under development and is not yet ready for production use. Information is subject to change.