Remove tags from ALC display

[MAILPOET-1182]
This commit is contained in:
Pavel Dohnal
2017-10-25 15:49:23 +01:00
parent c2030e9a86
commit 893c6bd72b

View File

@@ -43,7 +43,7 @@ class MetaInformationManager {
// Get categories
$categories = wp_get_post_terms(
$post_id,
array('post_tag', 'category'),
array('category'),
array('fields' => 'names')
);
if(!empty($categories)) {