• Paul – this looks cool.

    For what it’s worth I’d love a version that would delete subscribers and their comments regardless after # days.

    The reason is that I’m running a demo site where users can register as subscribers to see how the demo works (it’s a single site in a 50 site multisite network) and I’d love to bulk purge them on a cron.

    It’s not a huge need, but I might fork this for it myself just thought I’d mention the use case.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author paulvgibbs

    (@paulvgibbs)

    Hi Jon

    Sorry I didn’t see your question earlier.

    This plugin does remove subscribers after 7 days but only if they made a comment.

    It would be fairly straight forward to modify the code to remove subscribers even if they made a comment and that code which would need to be modified is at

    add_action( ‘withinweb_wwrs_cron_hook’, ‘withinweb_wwrs_cron_remove_spam’ );

    Paul

    Thread Starter Jon Brown

    (@jb510)

    Thanks Paul!

    Just to clarify, above you wrote “This plugin does remove subscribers after 7 days but only if they made a comment.” but I am sure you meant “This plugin does remove subscribers after 7 days but only if they [have not] made a comment.” since that’s the point.

    Regardless, thanks again going to give it a try on that demo site soon.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove users regardless’ is closed to new replies.