Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35124, comment 5


Ignore:
Timestamp:
02/06/2024 07:07:05 AM (3 years ago)
Author:
kushang78

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35124, comment 5

    initial v1  
    22
    33== Patch includes below changes:
    4 - Added **get_user() ** **‘’- that maps to get_user_by()‘’** in the replace of **get_userdata()**.
     4- Added **get_user() - ''that maps to get_user_by()''** in the replace of **get_userdata()**.
    55- There are plenty of files that contains **get_userdata()** function. Successfully Replaced with New **get_user()** function.
    66- The root file of this function - {{{src/wp-includes/pluggable.php}}}