Handle "Trash" articles when deleting user with the wipe method. This is better than deleting the article itself, which would require deleting article comments from other users and other processing.
See the DeleteUserData() function in class.hooks.php and Delete() methods in models.
Handle "Trash" articles when deleting user with the
wipe
method. This is better than deleting the article itself, which would require deleting article comments from other users and other processing.See the
DeleteUserData()
function in class.hooks.php andDelete()
methods in models.