Issue with theme mod options during domain migration
I want to migrate my development wordpress site to the production domain. In order to success the migration I found and replace all previous url occurences (http://localhost) to the new (https://mywebsite.com).
The problem is that old urls cannot be replaced directly in the field option_value
of theme_mods_{your theme name}
in the table wp_options
because data in there are serialized.
How can I replace old urls by the new without breaking theme settings ?
Topic get-theme-mod theme-options migration themes Wordpress
Category Web