Continuing the discussion from Administrative Bulk Operations:
I’m looking for a way to delete whispers over a certain age from all topics.
Generally we use whispers to discuss potential moderator actions, but once action had been taken, the whispers aren’t so useful and increasingly become noise as time passes.
I could delete posts over a certain age with post_type=4 (whisper) but this seems like could leave things dangling or inconsistent in the database, or not be allowed due to forum keys.
It’s there a safe way to do this?