Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created March 12, 2015 21:21
Show Gist options
  • Save bhubbard/4f7b00cfeb18a74fd3d4 to your computer and use it in GitHub Desktop.
Save bhubbard/4f7b00cfeb18a74fd3d4 to your computer and use it in GitHub Desktop.
DELETE FROM wp_links WHERE link_url = 'http://codex.wordpress.org/';
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/news/';
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/support/';
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/extend/plugins/';
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/extend/themes/';
DELETE FROM wp_links WHERE link_url = 'http://wordpress.org/support/forum/requests-and-feedback';
DELETE FROM wp_links WHERE link_url = 'http://planet.wordpress.org/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment