Remove tags from ALC display
[MAILPOET-1182]
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user