Stephen-Cronin / fix-duplicates

Fix Duplicates plugin for WordPress
https://wordpress.org/plugins/fix-duplicates/
GNU General Public License v2.0
0 stars 1 forks source link

Add automatic deletion of duplicates #6

Open Stephen-Cronin opened 5 years ago

Stephen-Cronin commented 5 years ago

Requested here: https://wordpress.org/support/topic/automatically-delete-duplicate-posts/

Need to consider the wp-cron approach via a setting as the main approach. Might be worth considering an auto function that runs for new posts and disallows duplicates if a match is found.

For all of these approaches, we'll need to handle redirects if the Redirection addon is present.

Stephen-Cronin commented 5 years ago

FYI, removed wp cli idea as that is a separate issue - #9