I’m pretty sure only attachments have post status “enforcement” (“inherit” or “private”), and that’s only inside wp_insert_attachment(). Otherwise there’s no cron action or routine I’m aware of that’ll change stati.
I still think you should opt for registering it though. Without any arguments, everything will still behave the way it does currently; they won’t appear in post results, nor as part of the admin UI.
And since WP_Query whitelists post stati, you can now use it’s awesome power to grab limbos with post_status=limbo 😉
Related Posts:
- Is it possible to have more “levels” of draft/published statuses?
- What is a “protected” post status?
- how to assign a status/mark to post?
- Why doesn’t wp_update_post() update the post_status field?
- register_post_status and show_in_admin_all_list
- Changing post status in one click
- How can I run custom function when post status is changed?
- WP_Post_List_Table::get_views – Have post counts account for filters?
- Creating/editing custom ‘post-state’
- Get a list of ALL Statuses both registered and built-in
- Adding custom post status to visibility in publish meta box
- Changing post status
- Change scheduled posts to published
- Include Drafts or Future posts with count_user_posts?
- Remove ‘private’ and ‘pending review’ options from post status dropdown
- Can not get future_to_publish to work
- Which is the better way to get the status of a post?
- “Publish immediately” with custom post status
- Modify Post Status Arguments
- Additional page and post status types
- Add a simple JS Alert Box on Post Submission
- Function to change post status IF current user and post author are the same
- Schedule future post to custom post status instead of publish?
- Why does get_post_status display published when attachment is in trash?
- Force Custom Post Type Status to ‘Future’ on first Save or Publish
- Workflow for attachments in WordPress
- how to transition to custom post status on post save
- How to change custom post type status when non-admin updates post?
- Custom post status filter links always show a count of all posts in the site with that status, not the logged in users count
- wordpress post status inquery
- Multiple Post Status
- retrieve post details in loop
- Any way to change post/page status when editing page?
- How to change post status from “draft” to “publish”?
- transition_post_status doesn’t work with bulk updates
- Submitted for Review back to a Draft page
- How to Add Custom Post Status in WordPress Admin
- Auto draft posts when scheduled date is reached
- Changing a post status name
- How to update post status to draft if user role is “pending’
- How to create posts with a specific date in bulk
- How to update page status from publish to draft and draft to publish
- wordpress function to change post status [duplicate]
- Custom column for changing post status via ajax
- How to display the status of users (online – offline) in archive.php
- WP_Query by post ID doesn’t work if post is in custom post_status
- Custom Post Status not showing in Custom Post Type ALL view
- Bulk Update of Custom Post Type Post Status through SQL
- What action is called when drafts are saved?
- Automatically move pending posts after 30 days and, update the post date, when users update the posts
- How does WordPress track that a certain User is Logged-In
- Get images only if parent status is publish
- Create front end link to save post (or unpublish post) as draft
- How to untrash a post only if it was not a draft?
- Auto-generated posts not showing in backend (but being counted!)
- Change sticky status of posts from phpMyAdmin
- How can I set a Post’s default visibility to private and pending review checked
- How to limit post of custom post status?
- Change name of existing post status type
- Change post status based on user role
- Pending status by default for a specific role
- Save author posts as in pending review – block users updating their posts
- Send email with custom fields after new draft is saved or new post published
- Custom Status of Custom Post type need to EXCLUDE from Taxonomy pages
- WordPress action hooks related to scheduled posts not Fired
- Admin – create custom post status and display above table
- Changing status of Published posts which have less Content to “Draft”
- How to display pending posts on the homepage only for editors
- Ajax function on #publish only saves as draft – how to make it publish?
- Why won’t draft listings appear for non-admins?
- custom post type, hide or disable the status line in publish meta box
- Is there a before_save_post hook or something similar
- Taxonomy vs Post Status
- Allow a subscriber to be an author and view only his post
- Conditional tag-like function to tell if post is in trash?
- How can I restore posts from ‘trash’ with their previous post_status? – WordPress
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- How to hide private posts even if user is admin
- how to change value return by _stock_status
- How to stop post status from reverting to Published?
- wp_insert_post() creates duplicates with ‘post_status’ => ‘publish’
- change page status with code
- Modify loop to include all post statuses not just ‘published’
- Custom Post Status & Taxonomies
- How to change post status link order(priority) on cpt listing page
- Function/filter or plugin to change post status based on custom field value
- Get new (not old) post inside transition_post_status hook
- How to Show Different Information to your authors/contributers
- Is it possible to cancel a post status transition?
- Show ‘add comment’ link for status updates in Twenty Thirteen
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- Identify and display the fact that user is admin next to username in comment section
- Function is Missing an Action Hook
- Force Publish Future (Scheduled) Posts Immediately [duplicate]
- I am creating a front end dashboard where I need to show all the posts by the current user. So, I need to show posts in publish
- hide woo commerce dashboard status and reports from woo commerce from specific users but display to other users
- Change Post status based on custom field date +1 day
- Set post status to draft after validating post meta values in save_post hook
- Why does my function create extra empty files?
- Implementing Soft Delete for Bulk Actions / Empty Trash