Developer Reference
For plugin authors, theme developers, and integrators who want to extend Agentimus or make their own plugin discoverable to AI agents.
Agentimus is a small, framework-free plugin with a wide, well-documented hook surface. These pages cover:
- Architecture — how the plugin is put together.
- WP_Discovery Protocol — the open registration hook other plugins can implement.
- Hooks & filters — the complete extension surface.
- REST & endpoints — the admin API and the front-end machine files.
- Integrate your plugin — make your content discoverable in a few lines.
- Topics & schema — shape the structured data by code.
- Building & contributing — dev setup, tests, and releases.
Every hook, endpoint, and file name here is drawn from the plugin source. When in doubt, read the code — the
examples/folder ships runnable references (all-hooks-reference.php,integrate-your-plugin.php,topic-links-wikidata.php).
Use the sidebar to jump to any page.