wpmu_delete_user WordPress Action Hook
The wpmu_delete_user hook is used to delete a user from a WordPress Multisite installation. This hook is called when a user is deleted from the network admin interface or when the user's account is deleted from the site.
do_action( 'wpmu_delete_user', int $id , WP_User $user ) #
Fires before a user is deleted from the network.
Parameters
Source
File: wp-admin/includes/ms.php
Changelog
Version | Description |
---|---|
MU (3.0.0) | MU (3.0.0) |
5.5.0 | Introduced. |