Theme Options & Integrations
This plugin provides theme integration helpers and theme options hooks to make templates and header/footer presets work consistently across themes.
Where to look
- Theme hooks and runtime integrations: public/hooks.php
- Image sizes and helpers: public/imagesize.php and public/helpers.php
- Frontend runtime renderer: public/class-sanil-website-builder-public.php
Notes
- The plugin registers custom image sizes used by template and widget renderers.
public/hooks.phpcontains lazy-load image filters, preview iframe styles, and runtime filters that integrate templates with theme markup.