From 79be66b060e210b9a9beb24670b5b2d1275160a0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 20 May 2026 10:52:36 +0200 Subject: [PATCH] REFACTOR Remove unused function --- includes/utilities.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/includes/utilities.php b/includes/utilities.php index 7974e6b..5dcc11e 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -17,17 +17,6 @@ function calculate_reading_time($content) } -function test() -{ - $tags = get_terms(array( - 'taxonomy' => 'etiquettes', - 'hide_empty' => false, - )); - - return $tags; -} - - function get_archive_page_icon_html($post_type) { switch ($post_type) {