do_action( 'deleted_user', int $id , int|null $reassign )
Fires immediately after a user is deleted from the database.
Description Description
Parameters Parameters
- $id
-
(int) ID of the deleted user.
- $reassign
-
(int|null) ID of the user to reassign posts and links to. Default null, for no reassignment.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |