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/kirby-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 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 Debug Toggle A Kirby 5 CMS panel plugin that provides a safe, time-limited debug mode toggle with automatic expiry and git-safe flag file management. K5 K4 Playground Kirby plugin for creating UI test pages K5 K4 - kirby install - kirby install:kit - kirby install:repo - kirby make:blueprint - kirby make:collection - kirby make:command CLI The Kirby command line interface helps to simplify common tasks with your Kirby installations. K5 K4 More by Ahmet Bora More 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 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby. K5 K4