do_action( 'wpmu_delete_user', int $id, WP_User $user )

Fires before a user is deleted from the network.


Parameters

$id int
ID of the user about to be deleted from the network.
$user WP_User
WP_User object of the user about to be deleted from the network.

Top ↑

Source

File: wp-admin/includes/ms.php. View all references

do_action( 'wpmu_delete_user', $id, $user );


Top ↑

Changelog

Changelog
Version Description
MU (3.0.0) MU (3.0.0)
5.5.0 Introduced.

Top ↑

User Contributed Notes

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