Where is the content of widgets stored in mysql table

Widget options are stored in the options table under 'sidebars_widgets' as a serialized array. See this post for a longer explanation.

enter image description here

Changing the field per PHPMyAdmin is not recommended, use PHP, get_option() and update_option() instead, WordPress will take care for correct serialization then.

Leave a Comment