Simply grab user id's from editing, commenting, and post created DB tables, for the given context.
delete_data_for_users
Used the delete_data_for_user function as a template here and expanded it to select more than just one given user, but a list of users as input. Other than that it should function the same.
This should fix issue #97
Simply grab user id's from editing, commenting, and post created DB tables, for the given context.
Used the delete_data_for_user function as a template here and expanded it to select more than just one given user, but a list of users as input. Other than that it should function the same.