I changed the website URL but some links weren’t updated in DB, for example:
– In “wp_options” table => “widget_media_image”, “avia_custom_type_fonts”, …
– In “wp_postmeta” => “_aviaLayoutBuilderCleanData”
How can I clear Avia builder cache and update these links?
Thanks,
Hey ollea,
Thank you for the inquiry.
How did you change the URLs? You can do a search and replace in those tables manually or with the help of a plugin. Make sure to create site backup before updating the database.
// https://wordpress.org/plugins/better-search-replace/
Best regards,
Ismael
Thank you, that did the trick!