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
- Windows
- bash
- VirtualBox
- ssh
- web.xml
- port
- grep
- Windows 10
- import
- tomcat
- 네트워크
- vscode
- Mac
- GIT
- lsof
- xargs
- profile
- maVen
- JavaScript
- Quartz
- context
- Source
- Eclipse
- IntelliJ
- netsh
- plugin
- 단축키
- 줄바꿈 문자
- resource
- find
Archives
- Today
- Total
develog
[wordpress] users, posts CRUD 본문
## 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 Developer Resources | Official WordPress Developer Resources | Developer.WordPress.org
Official WordPress developer resources including a code reference, handbooks (for APIs, plugin and theme development, block editor), and more.
developer.wordpress.org
Comments