Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59774, comment 16


Ignore:
Timestamp:
02/26/2024 03:23:07 AM (11 months ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59774, comment 16

    initial v1  
    55wp_list_pluck( [ get_user_by('ID', 1) ], 'user_email' );
    66}}}
    7 return an empty {{{array()}}} while {{{get_user_by('ID', 1)->user_email}}} returns a string.
     7returns an empty {{{array()}}} while {{{get_user_by('ID', 1)->user_email}}} returns a string.