2.4.4. user_delete

Modules can use this hook to run some additional user cleanup tasks or or to keep some external system in sync with the Phorum user data.

Call time:

Just before a user is deleted.

Hook input:

The user_id of the user that will be deleted.

Hook output:

The same user_id as the one that was used for the hook call argument.