REFACTOR Remove unused function

This commit is contained in:
Antoine M 2026-05-20 10:52:36 +02:00
parent b18ba728d3
commit 79be66b060

View File

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