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) {