From 0878032f00f1214b5f26a48eb50aa57ee209037d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Jan 2024 15:34:27 +0100 Subject: [PATCH] removing unessary write log --- includes/api.php | 1 - 1 file changed, 1 deletion(-) 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,