Forums

wp_postmeta table detail required (2 posts)

  1. niaziphp
    Member
    Posted 3 years ago #

    Hi, i need the detail of wp_postmeta that what is role of wp_postmeta in database. I am not understanding it.

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic