Changes between Initial Version and Version 1 of Ticket #54984, comment 9
- Timestamp:
- 10/05/2022 08:25:18 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54984, comment 9
initial v1 5 5 I assume the developer who has worked with this logic has done this purposely and from my standpoint, it is absolutely valid. I assume we have to use wp_hash_password() when we want to modify the password of the current WP_User instance when accessing the user_pass property of the current user object. 6 6 7 This is where the main logic lies by returning the same instance of the WP_User https://prnt.sc/2Go8mmctOKfw 7 This is where the main logic lies by returning the same instance of the WP_User https://prnt.sc/2Go8mmctOKfw. Feel free to post any feedbacks 8 9 Thank You