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:

  1. Architecture — how the plugin is put together.
  2. WP_Discovery Protocol — the open registration hook other plugins can implement.
  3. Hooks & filters — the complete extension surface.
  4. REST & endpoints — the admin API and the front-end machine files.
  5. Integrate your plugin — make your content discoverable in a few lines.
  6. Topics & schema — shape the structured data by code.
  7. 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.


Table of contents


Back to top

Built and maintained by Sheikh Heera. Agentimus is free software (GPL-2.0-or-later); this documentation is generated from the plugin source — if something here disagrees with the code, the code wins.

This site uses Just the Docs, a documentation theme for Jekyll.