일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- GIT
- context
- resource
- plugin
- xargs
- find
- lsof
- 줄바꿈 문자
- import
- grep
- profile
- IntelliJ
- tomcat
- Mac
- ssh
- bash
- port
- VirtualBox
- JavaScript
- 단축키
- Quartz
- Windows
- vscode
- 네트워크
- Eclipse
- maVen
- Windows 10
- netsh
- web.xml
- Source
- Today
- Total
목록2024/05/10 (2)
develog
## users wp_insert_user() wp_update_user() wp_delete_user() get_user_by() wp_get_current_user() ## usermeta add_user_meta() update_user_meta() delete_user_meta() get_user_meta() ## posts wp_insert_post() wp_update_post() wp_delete_post() get_post() ## postmeta add_post_meta() update_post_meta() delete_post_meta() get_post_meta() https://developer.wordpress.org/reference/functions/ WordPress Deve..
PublishViewable by everyone. (publish)FutureScheduled to be published in a future date. (future)DraftIncomplete post viewable by anyone with proper user role. (draft)PendingAwaiting a user with the publish_posts capability (typically a user assigned the Editor role) to publish. (pending)PrivateViewable only to WordPress users at Administrator level. (private)TrashPosts in the Trash are assigned ..