-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Varun Kumar Dubey edited this page Mar 27, 2026
·
2 revisions
Developer documentation for extending and customizing Jetonomy — the next-gen discussion platform for WordPress.
| Guide | Description |
|---|---|
| Hooks & Filters | All 45+ action and filter hooks with parameters and examples |
| REST API Reference | 61+ endpoints across 15 controllers |
| Template Overrides | Override any template from your theme |
| CSS Design Tokens | 40+ custom properties for theming |
| Adapter Pattern | Swap search, email, membership, and realtime backends |
| Trust Levels & Permissions | 6 trust levels, 3-layer permission system |
| Architecture Overview | Database schema, models, and code organization |
Jetonomy uses a clean architecture with clear extension points:
- Hooks — 35 actions + 10 filters for every lifecycle event
-
Templates — Override any view or partial from your theme's
jetonomy/directory - Adapters — Interface-based pattern for search, email, membership, and realtime
- REST API — Full CRUD with cursor-based pagination on all list endpoints
-
CSS Tokens —
--jt-*custom properties that inherit fromtheme.json