Site logo

Archived topic

Posts generated in database

3 replies · Started by drumelie on April 26, 2018

Viewing posts 1–4 of 4

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"
}
}

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.

Thank you!

You're welcome :)

This archived topic is closed to new replies.