📄️ Execution Context
The Execution Context is a fundamental concept in ModulesPress that provides crucial information about the current execution state of your WordPress plugin. It serves as a central point for tracking and managing different types of contexts throughout the request lifecycle.
📄️ Custom Attributes
Custom Attributes provide a powerful way to extend ModulesPress functionality by leveraging PHP 8's attribute system alongside execution context reflection capabilities. This enables metadata-driven programming patterns that integrate seamlessly with ModulesPress's checks, guard, interceptor, and filter systems.