Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created June 23, 2016 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/d130a64dfd7cf21bb02b178ef11b3766 to your computer and use it in GitHub Desktop.
Save Kaiderella/d130a64dfd7cf21bb02b178ef11b3766 to your computer and use it in GitHub Desktop.
Query thay đổi link hình ảnh trong WP
UPDATE wp_posts SET post_content = REPLACE(post_content,'http://domain.com/wp-content/uploads','http://img.domain.com/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment