Developer Hooks
This page exists mainly to prove nested docs routes like /plugins/webme-admin-search/docs/developer/hooks.
What To Publish Here Later
- Action hooks emitted during indexing or rebuild flows.
- Filters for search field coverage or result formatting.
- Integration notes for HPOS-specific admin behavior.
Documentation Contract
When real developer docs land, keep each hook documented with:
| Field | Meaning |
|---|---|
| Hook name | Exact action or filter name |
| Arguments | Parameters and types |
| Timing | When it runs |
| Return expectations | For filters or result mutators |