removing unecessary write log
This commit is contained in:
parent
06bf350c82
commit
8d1de7b171
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user