[Resolved] Posts generated in database

Home Forums Support [Resolved] Posts generated in database

Home Forums Support Posts generated in database

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #560966
    drumelie

    Every time I change the footer widget title color in the customizer, a new post is generated in the database with the following code. The post status = trash. Is it safe to delete these from the database? When are these posts removed automatically from the database?

    {
    “generate_settings[footer_widget_title_color]”: {
    “value”: “#c74a4a”,
    “type”: “option”,
    “user_id”: 1,
    “date_modified_gmt”: “2018-04-25 16:47:30”
    }
    }

    #561193
    Tom
    Lead Developer
    Lead Developer

    I believe these are changesets set by WordPress. They work as drafts for your Customizer options, so you can save the options without publishing them.

    I believe they should delete themselves automatically over time, but you should be safe to delete them manually. Just be sure to backup your database first, just in case.

    #561772
    drumelie

    Thank you!

    #561851
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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