Where does a blog post stored in wordpress database?
Answers
Answered by
0
Widget options are stored in the optionstable under 'sidebars_widgets' as a serialized array. See this post for a longer explanation.

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

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