Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54984, comment 9


Ignore:
Timestamp:
10/05/2022 08:25:18 AM (3 years ago)
Author:
cu121
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54984, comment 9

    initial v1  
    55I 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.
    66
    7 This is where the main logic lies by returning the same instance of the WP_User https://prnt.sc/2Go8mmctOKfw
     7This 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
     9Thank You