I disabled The Wire plugin, but the thewire entities are not deleted. They are still appeared on Search page (when the keyword is relevant). How to delete all TheWire entities quickly ?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iionly@iionly

iionly - 0 likes
You must log in to post replies.To fetch and delete all wire postings it's best to write and execute a little php script that uses the Elgg API functions. Don't try to get rid of the wire postings by deleting stuff directly from the database because there would likely remain entries formerly connected with the deleted entries and in the worst case you break your database consistency.
A script to find and delete wire postings can look like
Save it for example as wire_delete.php in the root folder of your Elgg installation and then call it in your browser while logged in as admin (url: your.site.url/wire_delete.php) and the wire entities will get deleted.
In case you are still on Elgg 1, replace the lines
with