From 065d4f11bdd6b503356a571fedf39ad40ba38703 Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 12 May 2025 16:54:29 +0200 Subject: [PATCH] FEATURE Add utility functions for reading time calculation and taxonomy retrieval --- includes/utilities.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 includes/utilities.php diff --git a/includes/utilities.php b/includes/utilities.php new file mode 100644 index 0000000..f697a24 --- /dev/null +++ b/includes/utilities.php @@ -0,0 +1,28 @@ + 'etiquettes', + 'hide_empty' => false, + )); + + return $tags; +}