Replace Function customAction() with triggerCustomAction()

This commit is contained in:
johnnyq
2026-07-14 17:43:55 -04:00
parent b8873039a4
commit 9d540f4bfe
16 changed files with 76 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
// Split from the former monolithic functions.php
function customAction($trigger, $entity) {
function triggerCustomAction($trigger, $entity) {
$original_dir = getcwd(); // Save
chdir(dirname(__FILE__));