Changeset 55694 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 04/27/2023 11:13:36 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r55415 r55694 131 131 132 132 /** 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 134 141 * 135 142 * @since 3.0.0 136 *137 * @todo Merge with wp_delete_user()?138 143 * 139 144 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.