Cleanup Duplicate Meta allows you to check for any duplicates in either Post Meta or User Meta tables.
Then if you want to get rid of them, click on Cleanup and Cleanup Duplicate Meta deletes the duplicates leaving either the first or last meta ..
'Check for Duplicates queries the database and then displays all the duplicates found..
'Count Duplicates counts all the duplicates found in the database ..
The ' Cleanup buttons trigger SQL query to run, which deletes each of the duplicate entries, leaving either the first or last one in the database.
After clicking on 'Count Duplicates, notification is displayed of the number of duplicates found ..
Click on 'Check for Duplicates button for either Post or User Meta..
How do I check how many duplicates are in either Post Meta or User Meta table..
Simply click on 'Check for Duplicates button and the plugin will report the count back to you on the screen..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more