Ahmet Bora Template hooks Template hooks allow you to manage hooks for page and file templates more easily. Docs Source Install Manual Download and extract the folder to site/plugins/template-hooks Composer Copy Git Submodule Copy // hook 'page.product.update:after' => function () { // your code goes here } Version 1.2.2 License MIT Stars 15 Supports K4 K3 Created 6 Aug 2019 Updated 10 Aug 2023 Info Topics DX Implements Hook(s) Support Docs Issues Email Latest releases 1.2.2 1.2.1 1.2.0 1.1 1.0 Similar plugins Alfred: Kirby Docs search Kirby docs search workflow for Alfred K5 K4 Playground Kirby plugin for creating UI test pages K5 K4 return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3 More by Ahmet Bora More return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby 3 and 4. K5 K4 K3 return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K5 K4 K3