Changes between Initial Version and Version 1 of Ticket #60299, comment 17
- Timestamp:
- 06/14/2024 11:18:47 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60299, comment 17
initial v1 1 My notes from looking at this at WCEU contributor day: 2 1 3 `wp_insert_user()` receives the userdata from `wp_update_user()` [https://github.com/WordPress/WordPress/blob/bf41fcb7ecaa2b74de865401e6ce3ee5be8635dd/wp-includes/user.php#L2632 here]. `wp_update_user()` receives the userdata from `edit_user()` [https://github.com/WordPress/WordPress/blob/e67e9caef43512751aae60f37d91cf589dce78b0/wp-admin/includes/user.php#L233 here]. In `edit_user()`, we see `use_ssl` being set to either 0 or 1 as integers [https://github.com/WordPress/WordPress/blob/e67e9caef43512751aae60f37d91cf589dce78b0/wp-admin/includes/user.php#L143 here]. 2 4