Menu

InnoCMS Plugin System Explained

InnoCMS 2026-06-10 48
InnoCMS Plugin System Explained
A deep dive into InnoCMS Hook mechanism and plugin development workflow.

InnoCMS features a Hook-based plugin system. Developers can extend functionality through functions like listen_hook_action, listen_hook_filter, listen_blade_insert, and more.

Plugins reside in the plugins/ directory, each containing a config.json and a Boot.php entry file.