fixed tags fetch

This commit is contained in:
2026-02-01 14:25:00 +01:00
parent 667e37df71
commit 52789cf484

View File

@@ -77,7 +77,7 @@ class Partnerexpo_Core_Public {
$my_term = null; $my_term = null;
foreach ($terms as $term) { foreach ($terms as $term) {
if ($term->slug === 'tags') { if ($term->slug === 'pexpo_tags') {
$my_term = $term->name; // or ->term_id $my_term = $term->name; // or ->term_id
break; break;
} }