WP Manifestindependent plugin directory
manifest / content / add_custom_status

Add Custom Status

Create more statuses to a post besides Draft, and Published.

by Nick Mole · github.com/nicholasmole/add_custom_status

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nicholasmole/add_custom_status/archive/refs/heads/master.zip

Add and edit Custom Status for posts

What is it used for

Create more statuses to a post besides Draft, and Published.

Currently the system has server $customLabels arrays that need to be altered manually to add more types.

Also the system is on both Posts and Pages - however everything should copy over no problem.