I’m using Tablepress plugin for WordPress. I’m trying to do a find/replace of all ‘http://’ to replace with ‘https://’.
I’ve used the Search and Replace plugin, but this does not touch the Tablepress content.
I know that I can write a SQL command to search find/replace in phpMyAdmin, but I am not a SQL expert so not sure exactly how to structure the command.
Can anyone help?
Thanks in advance!!
update
your_table
setyour_column
= replace(your_column
, ‘http://’, ‘https://’)