Votes Reset
Is it possible to reset votes?
Tried deactivating, reinstalling, even dropping the db table - the
votes still appear after plugin installation
Is it possible to reset votes?
Tried deactivating, reinstalling, even dropping the db table - the
votes still appear after plugin installation
2 Posted by Brutus on 01 Apr, 2011 07:02 AM
Hi,
There should be wp_postmeta table in your DB.
Clear all entries in it with "meta_key" field value "_liked".
( SELECT * FROM
wp_postmetaWHEREmeta_key= '_liked' )Cheers from Lithuania,
Brutus