REFACTOR Remove unused function
This commit is contained in:
parent
b18ba728d3
commit
79be66b060
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user