Removes wrong var_dump

This commit is contained in:
mateuswetah 2023-03-06 18:51:37 -03:00
parent dfd259888e
commit edb9f10218
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ class Theme_Helper {
// Gets hideItemsThumbnail info from collection setting
$args['hide-items-thumbnail'] = $collection->get_hide_items_thumbnail_on_lists() == 'yes' ? true : false;
}
var_dump($default_order);
// If in a tainacan taxonomy
$term = tainacan_get_term($args);
if ($term) {