Description
As the plugin continues to evolve, it would be valuable to conduct a focused review of the entire codebase to identify opportunities for adding WordPress hooks. This would improve extensibility, enable third-party integrations, and support experimentation without requiring direct modification of core plugin logic.
Some areas of the plugin may execute logic without providing filter or action hooks that would allow developers to modify behavior, inject custom logic, or observe experiment lifecycle events so checking for where those are missing and adding them in would be great.
Perform a structured audit of the codebase to:
Deliverables:
- List of recommended new hooks with justification
- PR adding prioritized hooks
- Developer documentation outlining extension points
Description
As the plugin continues to evolve, it would be valuable to conduct a focused review of the entire codebase to identify opportunities for adding WordPress hooks. This would improve extensibility, enable third-party integrations, and support experimentation without requiring direct modification of core plugin logic.
Some areas of the plugin may execute logic without providing filter or action hooks that would allow developers to modify behavior, inject custom logic, or observe experiment lifecycle events so checking for where those are missing and adding them in would be great.
Perform a structured audit of the codebase to:
Deliverables: