WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wpmu_delete_user

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ms.php do_action 173 /**
* Fires before a user is deleted from the network.
*
* @since MU (3.0.0)
* @since 5.5.0 Added the `$user` parameter.
*
* @param int $id ID of the user about to be deleted from the network.
* @param WP_User $user WP_User object of the user about to be deleted from the network.
*/

Hook Parameters

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