Hi, i need the detail of wp_postmeta that what is role of wp_postmeta in database. I am not understanding it.
Hi, i need the detail of wp_postmeta that what is role of wp_postmeta in database. I am not understanding it.
The table wp_postmeta typically holds data related to posts. Some of the uses are:
1. Custom Fields created for posts.
2. The value of a Page Template if a Page is assigned a template.
3. WordPress uses some values like _edit_lock to lock a post if someone is editing it.
4. Other - plugins and themes might store data here.
Resource:
Using_Custom_Fields
This topic has been closed to new replies.