JezK
Edit File: hooks.php
<?php // Add the action and filter hook classes here. // e.g. 'actions' => [SampleActionHook::class, ...], // 'filters' => [SampleFilterHook::class, ...], return [ 'actions' => [], 'filters' => [], ];