fixed tags fetch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user