From fae6da09351892c2525209ccace1f4293be5e83d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 5 Dec 2024 09:46:11 +0100 Subject: [PATCH] clean --- includes/api.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/api.php b/includes/api.php index 4c05c38..2190863 100644 --- a/includes/api.php +++ b/includes/api.php @@ -67,8 +67,6 @@ function build_search_artisan_posts_cards($request) 's' => $search_value, ); $newsPostsDatas = new WP_Query($args); - // write_log($newsPostsDatas->posts); - ob_start(); foreach ($newsPostsDatas->posts as $key => $post) {