From 4f4df9347d3b705a478a581b4367f125be688d39 Mon Sep 17 00:00:00 2001 From: olatechpro Date: Wed, 24 Jul 2024 10:47:15 +0100 Subject: [PATCH] Add Scheduled status optio to Content Calendar, Content Overview and Content Board status filter #1644 --- publishpress.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/publishpress.php b/publishpress.php index 692d8d44..82400b6a 100644 --- a/publishpress.php +++ b/publishpress.php @@ -1292,6 +1292,13 @@ public function getCorePostStatuses() { 'slug' => 'publish', 'position' => 3, ], + (object)[ + 'label' => __('Scheduled'), + 'description' => '', + 'name' => 'future', + 'slug' => 'future', + 'position' => 4, + ], ]; }