From fa7ed5355d8af223d76079e95955fdba7f241ef2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 22 Nov 2024 09:47:02 +0100 Subject: [PATCH] removing unecessary lineskips --- includes/api.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/api.php b/includes/api.php index a10da49..3687d43 100644 --- a/includes/api.php +++ b/includes/api.php @@ -118,7 +118,6 @@ function debugQueryTest() 'field' => 'term_id' ); - $metaQuery = array( array( 'key' => 'state', @@ -127,7 +126,6 @@ function debugQueryTest() ) ); - $args = array( "status" => "publish", "post_type" => "artisans",