WPDev.one
Core Function
View Source on Trac ↗

wpmu_delete_user()

wpmu_delete_user( mixed $id )

Deletes a user and all of their posts from the network.

Parameters 1 required

Name / Type Description
$id
int

The user ID.

Required

Return Value

(bool)
True if the user was deleted, false otherwise.

Function Information

Since Version
3.0.0
Source File
wp-admin/includes/ms.php
Advertisement