removing unecessary write log

This commit is contained in:
Antoine M 2024-10-28 10:15:22 +01:00
parent 06bf350c82
commit 8d1de7b171

View File

@ -231,7 +231,6 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
]); ]);
// write_log($initialPosts);
foreach ($initialPosts->posts as $key => $artisanPost) { foreach ($initialPosts->posts as $key => $artisanPost) {
$post_date = get_the_date('j.m.Y', $artisanPost->ID) ?? null; $post_date = get_the_date('j.m.Y', $artisanPost->ID) ?? null;