Make WordPress Core


Ignore:
Timestamp:
04/27/2023 11:13:36 PM (3 years ago)
Author:
johnbillion
Message:

Docs: All sorts of improvements and corrections to function and hook docs.

See #57840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms.php

    r55415 r55694  
    131131
    132132/**
    133  * Deletes a user from the network and remove from all sites.
     133 * Deletes a user and all of their posts from the network.
     134 *
     135 * This function:
     136 *
     137 * - Deletes all posts (of all post types) authored by the user on all sites on the network
     138 * - Deletes all links owned by the user on all sites on the network
     139 * - Removes the user from all sites on the network
     140 * - Deletes the user from the database
    134141 *
    135142 * @since 3.0.0
    136  *
    137  * @todo Merge with wp_delete_user()?
    138143 *
    139144 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.