Created
August 11, 2014 19:40
-
-
Save MikeGillihan/b0a167669a5ab2d6e622 to your computer and use it in GitHub Desktop.
SQL query to set track/pingbacks on all posts to closed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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