Select Page
UPDATE `wp_options`
SET `option_value` = replace(option_value, 'OLD_VALUE', 'NEW_VALUE');
Share This