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