do_action( 'delete_user', int $id, int|null $reassign )

Fires immediately before a user is deleted from the database.


Description Description


Parameters Parameters

$id

(int) ID of the user to delete.

$reassign

(int|null) ID of the user to reassign posts and links to. Default null, for no reassignment.


Top ↑

Source Source

File: wp-admin/includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.