Field not removed from database

Support MB Custom Table Field not removed from database

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42806
    info@ceescoenen.nl[email protected]
    Participant

    When I remove a custom field then it isn't removed in the custom table. Is this normal?

    #42807
    PeterPeter
    Moderator

    Hello,

    It is normal. In the default table wp_postmeta, the field value is also not deleted if you delete a custom field from the field group or code.

    You can use the API function to delete the field value in the custom table https://docs.metabox.io/extensions/mb-custom-table/#delete
    or use an SQL query to delete it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.