Remove tags from ALC display
[MAILPOET-1182]
This commit is contained in:
@@ -43,7 +43,7 @@ class MetaInformationManager {
|
|||||||
// Get categories
|
// Get categories
|
||||||
$categories = wp_get_post_terms(
|
$categories = wp_get_post_terms(
|
||||||
$post_id,
|
$post_id,
|
||||||
array('post_tag', 'category'),
|
array('category'),
|
||||||
array('fields' => 'names')
|
array('fields' => 'names')
|
||||||
);
|
);
|
||||||
if(!empty($categories)) {
|
if(!empty($categories)) {
|
||||||
|
Reference in New Issue
Block a user