[ad_1]
So I’m reading the logs of wp\_delete\_user and I’m having trouble understanding what happens to the user data. In tutorials i’ve seen that delete via the UI the deleted user data is placed in ‘Trash’. And from Trash can then be permanently deleted.
But what happens when a user account is deleted via wp\_delete\_user() ? Is the user data permanently deleted OR placed in trash?
[ad_2]
There is no trash for user deletion.