Skip to content

Commit

Permalink
Add Scheduled status optio to Content Calendar, Content Overview and …
Browse files Browse the repository at this point in the history
…Content Board status filter #1644
  • Loading branch information
olatechpro committed Jul 24, 2024
1 parent 1c6d723 commit 4f4df93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,13 @@ public function getCorePostStatuses() {
'slug' => 'publish',
'position' => 3,
],
(object)[
'label' => __('Scheduled'),
'description' => '',
'name' => 'future',
'slug' => 'future',
'position' => 4,
],
];
}

Expand Down

0 comments on commit 4f4df93

Please sign in to comment.