Skip to content

Instantly share code, notes, and snippets.

@Edwardtonnn
Created September 28, 2018 04:39
Show Gist options
  • Save Edwardtonnn/e84cb9adc9470eb93817f5b2bf25816c to your computer and use it in GitHub Desktop.
Save Edwardtonnn/e84cb9adc9470eb93817f5b2bf25816c to your computer and use it in GitHub Desktop.
-- https://digwp.com/2010/03/remove-replace-content-wordpress-database/
UPDATE wp_posts SET post_content = REPLACE ( post_content, 'nofollow ', 'dofollow ' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment