clean
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-12-05 09:46:11 +01:00
parent 2646de2df6
commit fae6da0935

View File

@ -67,8 +67,6 @@ function build_search_artisan_posts_cards($request)
's' => $search_value, 's' => $search_value,
); );
$newsPostsDatas = new WP_Query($args); $newsPostsDatas = new WP_Query($args);
// write_log($newsPostsDatas->posts);
ob_start(); ob_start();
foreach ($newsPostsDatas->posts as $key => $post) { foreach ($newsPostsDatas->posts as $key => $post) {