• Resolved johnsan96

    (@johnsan96)


    Hello, I cant find fields that is created in the database. where I can find i? and can put disabled dates through sql query?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    The fields are stored as post meta. the post types are the following.
    wccpf – Product Fields
    wccaf – Admin Fields
    wcccf – Checkout Fields

    The recommended way to update post meta is to use update_post_meta function.

    If you click on the date field, you will see the config view, there you can disable dates along with other configurations.

    Plugin Author Saravana Kumar K

    (@mycholan)

    Since no reply, assuming this as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Database field not showing’ is closed to new replies.