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/
152 stars 23 forks source link

Adding a 'sweep' #38

Open szepeviktor opened 8 years ago

szepeviktor commented 8 years ago

It would be great to have a small documentation and an example.

szepeviktor commented 8 years ago

It could be even done by a series of hooks+filters.

lesterchan commented 8 years ago

I tried but can't think of a good solution for adding a sweep without touching the code! Ideas welcome 👍

szepeviktor commented 6 years ago

The solution is to abstract sweeps from the code, thus making wp-sweep pluggable.