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.
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.