removing unessary write log
This commit is contained in:
parent
7bf8a829ff
commit
0878032f00
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user