From edb9f10218d3dbe9c389f0bb10397f21faea48ce Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Mon, 6 Mar 2023 18:51:37 -0300 Subject: [PATCH] Removes wrong var_dump --- src/classes/theme-helper/class-tainacan-theme-helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/theme-helper/class-tainacan-theme-helper.php b/src/classes/theme-helper/class-tainacan-theme-helper.php index 464e256ed..1a3900918 100644 --- a/src/classes/theme-helper/class-tainacan-theme-helper.php +++ b/src/classes/theme-helper/class-tainacan-theme-helper.php @@ -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) {