-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Description
The ai_feature_{$feature_id}_enabled filter is documented in the DEVELOPER_GUIDE.md, but the documentation could be improved to better explain:
- Where the filter is actually defined in the codebase
- How it works internally (the flow from Feature_Loader to Abstract_Feature)
- More practical use cases with clear examples
- When and why developers would use this filter
Current Documentation
The current documentation shows usage examples but doesn't explain the implementation or provide enough context about when to use it.
Proposed Improvements
- Add a "How It Works" section explaining the internal flow
- Add a code reference showing where the filter is applied
- Include more real-world use case examples
- Add a diagram or flowchart showing the feature initialization process
Affected Files
docs/DEVELOPER_GUIDE.md
Impact
This will help developers better understand the plugin's feature system and how to customize it.
Metadata
Metadata
Assignees
Labels
No labels