Delete older comments
-
Hello,
I support very old blog. In the database over 50,000 comments ??
I need to delete the comments more than one year older. Delete the comments will need to periodically.Your plugin I really liked! but it removes all comments.
I decided to add the ability to delete the comments older than X days.
So:
I created a tabs to separate functionality.
I created a small steps wizard:
1. Specify older than x days to delete the comments
2. How many to delete comments in a single pass
3. Get amount of old comments
4. Confirm deletion
5. Waiting successful deletionAll functionality is implemented using
wp_ajax
hook. Used the JavaScript to polling server.setTimeout
run deletion pass in cycle.
Comments are removed viawp_delete_comment()
.I needed remove over 40,000 older comments, older than 365 days. As well as to update the posts information and remove commentsMeta.
I could not deal with wordpress SVN repository ??
I loaded code on the GitHub
https://github.com/bkhrupa/wordpress-delete-all-commentsIf you like my modification, please add my addon in your plugin ??
If you have a repository on the gitHub – I do pull request.Thank you!
- The topic ‘Delete older comments’ is closed to new replies.