Developer Guide
The Developer Guide covers Staatic extension points for WordPress developers who need behavior beyond the settings screen.
Start with Hooks overview if you are not sure which hook to use.
| Topic | Use it for |
|---|---|
| Hooks overview | Choosing the right action or filter and understanding practical callback constraints. |
| Publication lifecycle hooks | Running code around publication tasks, changing task order, tuning batch sizes, and cleanup retention. |
| URL processing hooks | Controlling crawl decisions, URL transformation, live URL replacement, and HTML URL discovery. |
| Extension hooks | Adding deployment methods, settings, crawl URL providers, transformers, and post-processors. |
| Custom deployment methods | Building a complete custom deployer with settings, validation, a deploy strategy, and optional preview support. |