diff --git a/includes/api.php b/includes/api.php index e909f8a..540f99d 100644 --- a/includes/api.php +++ b/includes/api.php @@ -111,7 +111,6 @@ function build_news_posts_feed_all($request) foreach ($newsPostsDatas->posts as $key => $post) { $post_thumbnail = get_the_post_thumbnail($post->ID, 'full', array('class' => 'card-news__thumbnail card-post__thumbnail')) ?? null; $news_type = get_the_terms($post->ID, "news_type") ?? null; - // write_log($news_type); get_template_part( 'template-components/cards/card-news', null,