Skip to content

Instantly share code, notes, and snippets.

@MikeGillihan
Created August 11, 2014 19:40
Show Gist options
  • Save MikeGillihan/b0a167669a5ab2d6e622 to your computer and use it in GitHub Desktop.
Save MikeGillihan/b0a167669a5ab2d6e622 to your computer and use it in GitHub Desktop.
SQL query to set track/pingbacks on all posts to closed.
UPDATE wp_posts SET ping_status="closed";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment