Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- resource
- IntelliJ
- context
- maVen
- netsh
- web.xml
- Mac
- grep
- tomcat
- 줄바꿈 문자
- JavaScript
- Windows
- plugin
- xargs
- lsof
- GIT
- import
- ssh
- Windows 10
- bash
- 단축키
- port
- Source
- Eclipse
- vscode
- 네트워크
- profile
- Quartz
- find
- VirtualBox
Archives
- Today
- Total
develog
[wordpress] post_status 본문
Publish
Viewable by everyone. (publish)
Future
Scheduled to be published in a future date. (future)
Draft
Incomplete post viewable by anyone with proper user role. (draft)
Pending
Awaiting a user with the publish_posts capability (typically a user assigned the Editor role) to publish. (pending)
Private
Viewable only to WordPress users at Administrator level. (private)
Trash
Posts in the Trash are assigned the trash status. (trash)
Auto-Draft
Revisions that WordPress saves automatically while you are editing. (auto-draft)
Inherit
Used with a child post (such as Attachments and Revisions) to determine the actual status from the parent post. (inherit)
https://wordpress.org/documentation/article/post-status/
Post Status
Posts in WordPress can have one of a number of statuses. The status of a given post determines how WordPress handles that post. For instance, public posts viewable by everyone are assigned the publish status, while drafts are assigned the draft status. The
wordpress.org
Comments