Is It Possible to Restore Accidentally Deleted Widgets?

You have to search the wp_options database table for option_name‘s that contains widget.

searching for widgets in wp_options table

That search results in:

search result of the query

Using the values of your backups, you’ll then proceed to restore the option_value of the missing widgets. And also the value of the option of sidebars_widgets.

Goes without saying that backing up before doing this modifications is essential.

Leave a Comment