From 52789cf484a23a195871585cc42d5135b17d93a7 Mon Sep 17 00:00:00 2001 From: Duskell Date: Sun, 1 Feb 2026 14:25:00 +0100 Subject: [PATCH] fixed tags fetch --- public/class-partnerexpo-core-public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/class-partnerexpo-core-public.php b/public/class-partnerexpo-core-public.php index 6da2e14..4db98fd 100644 --- a/public/class-partnerexpo-core-public.php +++ b/public/class-partnerexpo-core-public.php @@ -77,7 +77,7 @@ class Partnerexpo_Core_Public { $my_term = null; foreach ($terms as $term) { - if ($term->slug === 'tags') { + if ($term->slug === 'pexpo_tags') { $my_term = $term->name; // or ->term_id break; }