Find and Replace

DescriptionPHP snippet by - 06/08/10

This will find any instance of http:// with https:// This is a find and replace function for post content in Wordpress. Run this command in PHP my SQL

The original name was find and relplace for those of you searching for that
update wp_posts set post_content = replace(post_content,'http://','https://')
  • Share
Submitted by: Adam J Nowak
http://hyperspatial.com

Comments and Feedback