Category: api-reference
Utilities
Core helper functions available to every SynaptikCMS theme: cleanUrl(), getBaseUrl(), loadConfig(), format_date(), i18n helpers, and more.
→
Templates
Every template file a SynaptikCMS theme can define, the variables injected into each, and the admin bar integration contract.
→
Partials & functions
Override card markup with theme partials, and what you can and can't do in a theme's functions.php in SynaptikCMS.
→
Internationalisation
How SynaptikCMS's two-track i18n system loads, caches, and context-switches between front-end and admin locales, plus the API.
→
Hooks & Filters
The theme-level hook and filter API in SynaptikCMS: add_theme_action, add_theme_filter, theme options, and asset helpers.
→
Rendering Functions
Every render_* function available to SynaptikCMS themes: content, cards, related items, galleries, menus, search, and the contact form.
→
