diff --git a/lib/Newsletter/Editor/MetaInformationManager.php b/lib/Newsletter/Editor/MetaInformationManager.php index 22517eeaf6..9df043cf4e 100644 --- a/lib/Newsletter/Editor/MetaInformationManager.php +++ b/lib/Newsletter/Editor/MetaInformationManager.php @@ -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)) {