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 | 29 | 30 | 31 |
Tags
- Source
- vscode
- Windows
- maVen
- 네트워크
- VirtualBox
- grep
- tomcat
- netsh
- find
- Mac
- profile
- lsof
- IntelliJ
- JavaScript
- plugin
- 줄바꿈 문자
- context
- resource
- bash
- Eclipse
- Quartz
- ssh
- xargs
- GIT
- 단축키
- web.xml
- Windows 10
- port
- import
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