I am trying to:
I have a custom post type with front end input form with woo, below are the status settings for the new post form.
Set this post status: Draft
Purchase processing: Draft
Purchase complete: Published
Purchase refunded: Published
And I have an edit post form, Set this post status: Keep original Status
Link to a page where the issue can be seen:
I expected to see:
Some posts seem to be getting as post status of original, and I cannot see where this is coming from, I have grep'ed my customisations for original and it is showing nothing. My only guess is the " Keep original Status" is somehow failing. But I am getting it before the post is ever edited. so Im at a loss. I cannot find any reference to this status anywhere.