From d9941f5ad7370774e741acb56464eca1096388c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Tue, 9 Jan 2024 14:16:35 +0100 Subject: [PATCH] use wp_update_post --- .wordpress-org/blueprints/blueprint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index e47e1b9..9fcb01b 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -5,9 +5,6 @@ "php": "8.1", "wp": "latest" }, - "phpExtensionBundles": [ - "kitchen-sink" - ], "steps": [ { "step": "login", @@ -26,7 +23,7 @@ }, { "step": "runPHP", - "code": " 'Jobbnorge','post_content' => '', 'post_status' => 'publish', 'post_author' => 1 ) );" + "code": " 2, 'post_title' => 'Jobbnorge','post_content' => '' ) );" } ] } \ No newline at end of file