lesterchan / wp-sweep

WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.
https://wordpress.org/plugins/wp-sweep/
153 stars 22 forks source link

Add Sweep to delete default links in wp_links if they remain #20

Open bhubbard opened 9 years ago

bhubbard commented 9 years ago
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/';